From: skeezix Date: Sat, 7 Mar 2009 11:19:35 +0000 (-0500) Subject: Fixed the init script to start/stop pndnotifyd for release X-Git-Tag: Release-2010-05/1~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a81e8f7304053d191a79cdf30c8b1db82700c7;p=pandora-libraries.git Fixed the init script to start/stop pndnotifyd for release --- diff --git a/testdata/sh/pndnotifyd b/testdata/sh/pndnotifyd index c4faf0a..f6ddf61 100755 --- a/testdata/sh/pndnotifyd +++ b/testdata/sh/pndnotifyd @@ -9,9 +9,13 @@ ### END INIT INFO PID=`pidof -o %PPID -x pndnotifyd` -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/libpnd/pandora-libraries #remove -export LD_LIBRARY_PATH #remove -PNDNOTIFY='/home/user/libpnd/pandora-libraries/bin/pndnotifyd' #adjust + +# for testing +#LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/libpnd/pandora-libraries #remove +#export LD_LIBRARY_PATH #remove +#PNDNOTIFY='/home/user/libpnd/pandora-libraries/bin/pndnotifyd' #adjust + +PNDNOTIFY='/usr/bin/pndnotifyd' case "$1" in start)