SOURCES: lstat.init - yeah right local (unexported) variable has a...

glen glen at pld-linux.org
Wed Feb 6 21:31:12 CET 2008


Author: glen                         Date: Wed Feb  6 20:31:12 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- yeah right local (unexported) variable has any effect of executed programs, which anyway reset var on startup
- where's your thinking grzegorz?

---- Files affected:
SOURCES:
   lstat.init (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/lstat.init
diff -u SOURCES/lstat.init:1.8 SOURCES/lstat.init:1.9
--- SOURCES/lstat.init:1.8	Wed Feb  6 21:29:39 2008
+++ SOURCES/lstat.init	Wed Feb  6 21:31:07 2008
@@ -57,13 +57,11 @@
   debug)
 	# set debug flag
 	flags='-d 1'
-	$0 start
-	exit $?
+	start
 	;;
   moredebug)
 	flags='-d 2'
-	$0 start
-	exit $?
+	start
 	;;
   *)
 	msg_usage "$0 {start|stop|restart|force-reload|status|debug|moredebug}"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lstat.init?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list