Fixed the init script to start/stop pndnotifyd for release
authorskeezix <skeezix@flotsam-vm.(none)>
Sat, 7 Mar 2009 11:19:35 +0000 (06:19 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Sat, 7 Mar 2009 11:19:35 +0000 (06:19 -0500)
testdata/sh/pndnotifyd

index c4faf0a..f6ddf61 100755 (executable)
@@ -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)