- move /etc/profile.d/SABnzbd.conf to /etc/sabnzbd.conf
This commit is contained in:
Stephan Raue 2010-03-25 12:05:30 +01:00
parent b37c2c2918
commit 09a731f854
3 changed files with 8 additions and 1 deletions

View File

@ -5,5 +5,7 @@
(
progress "Starting SABnzbd Newsgroup downloader daemon"
. /etc/sabnzbd.conf
python /usr/share/SABnzbd/SABnzbd.py -d $SABNZBD_ARGS > /dev/null 2>&1
)&

View File

@ -10,5 +10,10 @@ $SCRIPTS/install unrar
$SCRIPTS/install unzip
$SCRIPTS/install par2cmdline
PKG_DIR=`find $PACKAGES -type d -name $1`
mkdir -p $INSTALL/usr/share/$1
cp -PR $BUILD/$1*/* $INSTALL/usr/share/$1
cp -P $BUILD/$1*/* $INSTALL/usr/share/$1
mkdir -p $INSTALL/etc
cp -P $PKG_DIR/config/*.conf $INSTALL/etc