SVN: rc-scripts/trunk/rc.d/init.d/local

baggins baggins at pld-linux.org
Tue Sep 25 17:53:09 CEST 2007


Author: baggins
Date: Tue Sep 25 17:53:09 2007
New Revision: 8749

Modified:
   rc-scripts/trunk/rc.d/init.d/local
Log:
- source functions library (for msg_usage), no need to set PATH


Modified: rc-scripts/trunk/rc.d/init.d/local
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/local	(original)
+++ rc-scripts/trunk/rc.d/init.d/local	Tue Sep 25 17:53:09 2007
@@ -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


More information about the pld-cvs-commit mailing list