[Python-apps-commits] r5369 - in packages/sabnzbdplus/trunk/debian (sabnzbdplus.init)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue Jun 8 11:16:23 UTC 2010


    Date: Tuesday, June 8, 2010 @ 11:15:53
  Author: jcfp-guest
Revision: 5369

Set PATH in the init script

Modified:
  packages/sabnzbdplus/trunk/debian/sabnzbdplus.init

Modified: packages/sabnzbdplus/trunk/debian/sabnzbdplus.init
===================================================================
--- packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2010-06-07 12:42:51 UTC (rev 5368)
+++ packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2010-06-08 11:15:53 UTC (rev 5369)
@@ -29,6 +29,7 @@
 DEFOPTS="--daemon"
 PYTHONEXEC="^$(sed -n '1s/^#\!\([a-z0-9\.\/]\+\)\(.*\)/\1(\2)?/p' $DAEMON)"
 PIDFILE=/var/run/sabnzbdplus.pid
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
 # these are only accepted from the settings file
 unset USER CONFIG HOST PORT EXTRAOPTS




More information about the Python-apps-commits mailing list