Code

collectd.init.d: Export the PATH.
authorSebastian Harl <sh@tokkee.org>
Wed, 15 Jun 2011 13:02:13 +0000 (15:02 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 15 Jun 2011 13:02:13 +0000 (15:02 +0200)
Else, collectdmon might not be able to find the collectd binary.

Thanks to Bernd Zeimetz for reporting this!

debian/collectd-core.collectd.init.d

index d9fc0efaf1f6a8bb0e60ad53fc1000990d9daaa9..b99ad20705035ae0c4f062e4a16a7f0ac3306083 100755 (executable)
@@ -20,7 +20,7 @@
 
 set -e
 
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
+export PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
 DISABLE=0