Author: pebender
Date: Tue May 19 09:32:05 2009
New Revision: 4789
Modified:
trunk/gar-minimyth/script/system/sysvinit/checksums
trunk/gar-minimyth/script/system/sysvinit/files/sysvinit-2.86-init_silent.patch
Log:
- Changed a couple more init messages so that they go to syslog rather than
console.
Modified: trunk/gar-minimyth/script/system/sysvinit/checksums
==============================================================================
--- trunk/gar-minimyth/script/system/sysvinit/checksums (original)
+++ trunk/gar-minimyth/script/system/sysvinit/checksums Tue May 19 09:32:05
2009
@@ -1,4 +1,4 @@
7d5d61c026122ab791ac04c8a84db967 download/sysvinit-2.86.tar.gz
-0ef23e8ef0549418e911bc3e9c46eaed download/sysvinit-2.86-init_silent.patch
+795e1bff2419b86ac007291c81ca780a download/sysvinit-2.86-init_silent.patch
85887c1cb4269d093edc40e1d4b6497a download/sysvinit-2.86-makefile.patch
5325bbd58ce72ddd9bed4a5b52ecf1a8 download/sysvinit-2.86-halt.patch
Modified:
trunk/gar-minimyth/script/system/sysvinit/files/sysvinit-2.86-init_silent.patch
==============================================================================
---
trunk/gar-minimyth/script/system/sysvinit/files/sysvinit-2.86-init_silent.patch
(original)
+++
trunk/gar-minimyth/script/system/sysvinit/files/sysvinit-2.86-init_silent.patch
Tue May 19 09:32:05 2009
@@ -1,6 +1,6 @@
diff -Naur sysvinit-2.86-old/src/init.c sysvinit-2.86-new/src/init.c
--- sysvinit-2.86-old/src/init.c 2004-07-30 05:16:20.000000000 -0700
-+++ sysvinit-2.86-new/src/init.c 2009-05-18 20:42:08.000000000 -0700
++++ sysvinit-2.86-new/src/init.c 2009-05-19 09:11:04.000000000 -0700
@@ -2213,7 +2213,7 @@
break;
default:
@@ -19,3 +19,21 @@
write_utmp_wtmp("runlevel", "~~", runlevel + 256 * oldlevel,
RUN_LVL, "~");
thislevel = runlevel;
prevlevel = oldlevel;
+@@ -2423,7 +2423,7 @@
+ /*
+ * Say hello to the world
+ */
+- initlog(L_CO, bootmsg, "booting");
++ initlog(L_SY, bootmsg, "booting");
+
+ /*
+ * See if we have to start an emergency shell.
+@@ -2448,7 +2448,7 @@
+ /*
+ * Restart: unblock signals and let the show go on
+ */
+- initlog(L_CO, bootmsg, "reloading");
++ initlog(L_SY, bootmsg, "reloading");
+ sigfillset(&sgt);
+ sigprocmask(SIG_UNBLOCK, &sgt, NULL);
+ }
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---