[Pkg-sysvinit-commits] r921 - in sysvinit/trunk/debian: . patches

Petter Reinholdtsen pere at costa.debian.org
Wed Sep 13 07:01:34 UTC 2006


Author: pere
Date: 2006-09-13 07:01:31 +0000 (Wed, 13 Sep 2006)
New Revision: 921

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/patches/00list
   sysvinit/trunk/debian/patches/68_init_quiet.dpatch
Log:
Document that the 'quiet' support for init do not work.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-13 06:11:09 UTC (rev 920)
+++ sysvinit/trunk/debian/changelog	2006-09-13 07:01:31 UTC (rev 921)
@@ -8,8 +8,9 @@
   * Add support in the init.d scripts for the 'quiet' kernel option.
     Keep support for the experiemental INIT_VERBOSE, to make it
     possible to override VERBOSE=no on the kernel command line.
-  * New patch 68_init_quiet to make init less verbose when the 'quiet'
-    kernel option is used. (Closes: #326677)
+  * New draft patch 68_init_quiet to make init less verbose when the
+    'quiet' kernel option is used.  If it worked, it would solve bug
+    #326677.
   * Add a few lintian overrides for things that are correct though strange.
   * Rewrite sendsigs to sleep up to 5 seconds (instead of always
     sleeping 5 seconds) during shutdown if there are no processes left

Modified: sysvinit/trunk/debian/patches/00list
===================================================================
--- sysvinit/trunk/debian/patches/00list	2006-09-13 06:11:09 UTC (rev 920)
+++ sysvinit/trunk/debian/patches/00list	2006-09-13 07:01:31 UTC (rev 921)
@@ -26,7 +26,7 @@
 65_init_u_in_06
 66_init_emerg_tty
 67_init_hddown
-68_init_quiet
+#68_init_quiet
 70_wall_ttyname
 71_wall_hostname
 80_killall_sched

Modified: sysvinit/trunk/debian/patches/68_init_quiet.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/68_init_quiet.dpatch	2006-09-13 06:11:09 UTC (rev 920)
+++ sysvinit/trunk/debian/patches/68_init_quiet.dpatch	2006-09-13 07:01:31 UTC (rev 921)
@@ -4,6 +4,11 @@
 If the kernel was told to be quiet, let init be quiet too.  Based on
 patch from ubuntu, but using different activating variable.
 
+WARNING: This patch do not work because the 'quiet' kernel argument is
+	 removed by the kernel before init is called.  To use the
+	 'quiet' kernel argument, /proc/cmdline will need to be
+	 checked.
+
 @DPATCH@
 --- sysvinit_2.86.ds1-20/src/init.c.orig	2006-09-11 10:51:50.000000000 +0200
 +++ sysvinit_2.86.ds1-20/src/init.c	2006-09-11 10:53:40.000000000 +0200




More information about the Pkg-sysvinit-commits mailing list