Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from sender/master
Browse files Browse the repository at this point in the history
change default port to 8085
  • Loading branch information
viljoviitanen committed Apr 3, 2012
2 parents 2217cbc + 61faa45 commit 1028b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/addons/service/web/htpc-manager/addon
Expand Up @@ -24,3 +24,5 @@

mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/
cp -PR $PKG_BUILD/* $ADDON_BUILD/$PKG_ADDON_ID/
sed 's/port = 8084/port = 8085/' -i $ADDON_BUILD/$PKG_ADDON_ID/htpc/__init__.py
sed 's/8084/8085/' -i $ADDON_BUILD/$PKG_ADDON_ID/interfaces/default/settings.tpl
2 changes: 1 addition & 1 deletion packages/addons/service/web/htpc-manager/meta
Expand Up @@ -30,7 +30,7 @@ PKG_BUILD_DEPENDS="toolchain Python"
PKG_PRIORITY="optional"
PKG_SECTION="service/web"
PKG_SHORTDESC="HTPC-Manager: Manager XBMC, Sabnzbd, Sickbeard with one app"
PKG_LONGDESC="HTPC-Manager is a management tool with features such as a dashboard with quick overview of what is recently added, add and remove nzb's to sabnzbd, view XBMC library, now playing info with remote controls, add TV Shows to sickbeard, view upcoming shows from sickbeard and search NZB's and add them to sabnzbd queue. Default port is 8084"
PKG_LONGDESC="HTPC-Manager is a management tool with features such as a dashboard with quick overview of what is recently added, add and remove nzb's to sabnzbd, view XBMC library, now playing info with remote controls, add TV Shows to sickbeard, view upcoming shows from sickbeard and search NZB's and add them to sabnzbd queue. Default port is 8085"

PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.service"
Expand Down

0 comments on commit 1028b24

Please sign in to comment.