svn commit: trunk/busybox/init
vda at busybox.net
vda at busybox.net
Tue Feb 27 11:20:00 PST 2007
Author: vda
Date: 2007-02-27 11:20:00 -0800 (Tue, 27 Feb 2007)
New Revision: 17979
Log:
init: trivial compile fix
Modified:
trunk/busybox/init/init.c
Changeset:
Modified: trunk/busybox/init/init.c
===================================================================
--- trunk/busybox/init/init.c 2007-02-27 09:04:31 UTC (rev 17978)
+++ trunk/busybox/init/init.c 2007-02-27 19:20:00 UTC (rev 17979)
@@ -987,7 +987,8 @@
} else if (enforce > 0) {
/* SELinux in enforcing mode but load_policy failed */
/* At this point, we probably can't open /dev/console, so log() won't work */
- message(CONSOLE, "Cannot load SELinux Policy. Machine is in enforcing mode. Halting now.");
+ message(L_CONSOLE, "Cannot load SELinux Policy. "
+ "Machine is in enforcing mode. Halting now.");
exit(1);
}
}
@@ -1014,7 +1015,6 @@
signal(SIGHUP, SIG_IGN);
#endif /* FEATURE_USE_INITTAB */
-
/* Now run the looping stuff for the rest of forever */
while (1) {
/* run the respawn stuff */
More information about the busybox-cvs
mailing list