]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- source functions library (for msg_usage), no need to set PATH
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 25 Sep 2007 15:53:09 +0000 (15:53 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 25 Sep 2007 15:53:09 +0000 (15:53 +0000)
svn-id: @8749

rc.d/init.d/local

index 2d9f10a5209e664b0d34b92eba9f73b5227696ba..3a02ea298557c04f5b19832358ccf41075f0f919 100755 (executable)
@@ -9,8 +9,8 @@
 #
 # $Id$
 
-# First set up a default search path.
-export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
+# Source function library.
+. /etc/rc.d/init.d/functions
 
 # See how we were called.
 case "$1" in
This page took 0.096438 seconds and 4 git commands to generate.