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

pere at alioth.debian.org pere at alioth.debian.org
Sun Dec 23 16:51:39 UTC 2007


Author: pere
Date: 2007-12-23 16:51:39 +0000 (Sun, 23 Dec 2007)
New Revision: 1092

Added:
   sysvinit/trunk/debian/patches/69_init_waiting.dpatch
Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/patches/00list
Log:
  * Make sure the init waiting status is preserved across re-exec.
    Patch from Fedora.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-12-23 16:08:22 UTC (rev 1091)
+++ sysvinit/trunk/debian/changelog	2007-12-23 16:51:39 UTC (rev 1092)
@@ -20,6 +20,8 @@
   * New patch 26_last_ipv6 from Fedora to recognize more IPv6 addresses.
   * Extend the 68_init_quiet patch to also suppress the "Switching to
     runlevel" message.  Based on patch from Fedora.
+  * Make sure the init waiting status is preserved across re-exec.
+    Patch from Fedora.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 23 Dec 2007 10:03:48 +0100
 

Modified: sysvinit/trunk/debian/patches/00list
===================================================================
--- sysvinit/trunk/debian/patches/00list	2007-12-23 16:08:22 UTC (rev 1091)
+++ sysvinit/trunk/debian/patches/00list	2007-12-23 16:51:39 UTC (rev 1092)
@@ -26,6 +26,7 @@
 66_init_emerg_tty
 67_init_hddown
 #68_init_quiet
+69_init_waiting
 70_wall_ttyname
 71_wall_hostname
 80_killall_pidof

Added: sysvinit/trunk/debian/patches/69_init_waiting.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/69_init_waiting.dpatch	                        (rev 0)
+++ sysvinit/trunk/debian/patches/69_init_waiting.dpatch	2007-12-23 16:51:39 UTC (rev 1092)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+# 69_init_waiting.dpatch by Petter Reinholdtsen
+
+The patch is a copy of sysvinit-2.86-godot.patch from Fedora.  It make
+sure the waiting status is preserved across re-exec.  See bugs
+https://bugzilla.redhat.com/show_bug.cgi?id=199305
+https://bugzilla.redhat.com/show_bug.cgi?id=201146 and
+https://bugzilla.redhat.com/show_bug.cgi?id=143289
+
+ at DPATCH@
+--- sysvinit-2.86/src/init.c.wait	2006-08-09 15:05:01.000000000 -0400
++++ sysvinit-2.86/src/init.c	2006-08-09 15:05:59.000000000 -0400
+@@ -187,6 +187,7 @@
+ 	{"RU",RUNNING},
+ 	{"DE",DEMAND},
+ 	{"XD",XECUTED},
++	{"WT",WAITING},
+ 	{NULL,0}
+ };
+ 




More information about the Pkg-sysvinit-commits mailing list