From 18a81e8f7304053d191a79cdf30c8b1db82700c7 Mon Sep 17 00:00:00 2001 From: skeezix Date: Sat, 7 Mar 2009 06:19:35 -0500 Subject: [PATCH] Fixed the init script to start/stop pndnotifyd for release --- testdata/sh/pndnotifyd | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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) -- 2.39.2