[Pkg-sysvinit-commits] r1247 - sysvinit/trunk/debian/startpar

pere at alioth.debian.org pere at alioth.debian.org
Thu Feb 28 08:10:52 UTC 2008


Author: pere
Date: 2008-02-28 08:10:39 +0000 (Thu, 28 Feb 2008)
New Revision: 1247

Modified:
   sysvinit/trunk/debian/startpar/makeboot.c
Log:
Load boot script status from the correct location.

Modified: sysvinit/trunk/debian/startpar/makeboot.c
===================================================================
--- sysvinit/trunk/debian/startpar/makeboot.c	2008-02-26 07:09:26 UTC (rev 1246)
+++ sysvinit/trunk/debian/startpar/makeboot.c	2008-02-28 08:10:39 UTC (rev 1247)
@@ -292,7 +292,8 @@
 {
 	char buf[4] = "rc0";
 	if (! strcmp(action, "boot")) {
-		filter_files("S", 'S', 0);
+		buf[2] = 'S';
+		filter_files(buf, 'S', 0);
 	} else if (! strcmp(action, "start")) {
 		buf[2] = *prev;
 		filter_files(buf, 'K', 1);




More information about the Pkg-sysvinit-commits mailing list