Author: pebender
Date: Mon May 18 20:45:35 2009
New Revision: 4786
Added:
trunk/gar-minimyth/script/system/sysvinit/files/sysvinit-2.86-init_silent.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/system/sysvinit/Makefile
trunk/gar-minimyth/script/system/sysvinit/checksums
Log:
- Changed init binary so that it does not print messages when it starts
and ends.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon May 18
20:45:35 2009
@@ -41,6 +41,8 @@
- Added timeout on waiting for /minimyth for local boot so that users
can
telnet in and debug when it occurs.
- Changed splash screen so that it starts on an otherwise empty screen.
+ - Changed init binary so that it does not print messages when it starts
+ and ends.
Improved MythV slave backend support.
- Added support for DVB USB devices that make use of the
dvb-usb-dib0700
Modified: trunk/gar-minimyth/script/system/sysvinit/Makefile
==============================================================================
--- trunk/gar-minimyth/script/system/sysvinit/Makefile (original)
+++ trunk/gar-minimyth/script/system/sysvinit/Makefile Mon May 18 20:45:35
2009
@@ -3,7 +3,7 @@
CATEGORIES = system
MASTER_SITES = ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/
DISTFILES = $(DISTNAME).tar.gz
-PATCHFILES = $(DISTNAME)-makefile.patch $(DISTNAME)-halt.patch
+PATCHFILES = $(DISTNAME)-init_silent.patch $(DISTNAME)-makefile.patch
$(DISTNAME)-halt.patch
LICENSE = GPL2
DESCRIPTION =
Modified: trunk/gar-minimyth/script/system/sysvinit/checksums
==============================================================================
--- trunk/gar-minimyth/script/system/sysvinit/checksums (original)
+++ trunk/gar-minimyth/script/system/sysvinit/checksums Mon May 18 20:45:35
2009
@@ -1,3 +1,4 @@
7d5d61c026122ab791ac04c8a84db967 download/sysvinit-2.86.tar.gz
+0ef23e8ef0549418e911bc3e9c46eaed download/sysvinit-2.86-init_silent.patch
85887c1cb4269d093edc40e1d4b6497a download/sysvinit-2.86-makefile.patch
5325bbd58ce72ddd9bed4a5b52ecf1a8 download/sysvinit-2.86-halt.patch
Added:
trunk/gar-minimyth/script/system/sysvinit/files/sysvinit-2.86-init_silent.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/system/sysvinit/files/sysvinit-2.86-init_silent.patch
Mon May 18 20:45:35 2009
@@ -0,0 +1,21 @@
+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
+@@ -2213,7 +2213,7 @@
+ break;
+ default:
+ if (warn)
+- initlog(L_VB,
++ initlog(L_SY,
+ "no more processes left in this runlevel");
+ warn = 0;
+ loglevel = -1;
+@@ -2222,7 +2222,7 @@
+ break;
+ }
+ if (loglevel > 0) {
+- initlog(L_VB, "Entering runlevel: %c", runlevel);
++ initlog(L_SY, "Entering runlevel: %c", runlevel);
+ write_utmp_wtmp("runlevel", "~~", runlevel + 256 * oldlevel,
RUN_LVL, "~");
+ thislevel = runlevel;
+ prevlevel = oldlevel;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---