[Lunar-commits] CVS: theedge/lib/lsb init-functions,1.4,1.5

Auke Kok sofar at lunar-linux.org
Wed Oct 6 15:27:34 UTC 2004


Update of /var/cvs/lunar/theedge/lib/lsb
In directory espresso.foo-projects.org:/tmp/cvs-serv6695

Modified Files:
	init-functions 
Log Message:
AAARGH important bugfix that affects /etc/init.d/network!


Index: init-functions
===================================================================
RCS file: /var/cvs/lunar/theedge/lib/lsb/init-functions,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- init-functions	1 Apr 2003 23:11:54 -0000	1.4
+++ init-functions	6 Oct 2004 15:27:32 -0000	1.5
@@ -435,7 +435,7 @@
 # and run the code
 if  set | grep -q "^$ACTION ()" ; then 
   # do the custom function
-  $ACTION
+  $ACTION $@
 else
   get_data
   # these are always available:



More information about the Lunar-commits mailing list