[BusyBox-cvs] busybox/networking ifupdown.c,1.17,1.18

Glenn McGrath bug1 at busybox.net
Mon Jan 20 23:51:03 UTC 2003


Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv12093/networking

Modified Files:
	ifupdown.c 
Log Message:
New test mode that allows run_parts to fail silently if the directory 
is not found. Patch from Bastian Blank


Index: ifupdown.c
===================================================================
RCS file: /var/cvs/busybox/networking/ifupdown.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ifupdown.c	14 Jan 2003 23:26:57 -0000	1.17
+++ ifupdown.c	20 Jan 2003 23:50:59 -0000	1.18
@@ -1010,7 +1010,7 @@
 
 	buf = xmalloc(xstrlen(opt) + 19);
 	sprintf(buf, "/etc/network/if-%s.d", opt);
-	run_parts(&buf, 0);
+	run_parts(&buf, 2);
 	free(buf);
 	return (1);
 }




More information about the busybox-cvs mailing list