rpms/SysVinit/devel sysvinit-2.86-godot.patch, NONE, 1.1 SysVinit.spec, 1.47, 1.48

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 9 19:11:55 UTC 2006


Author: notting

Update of /cvs/dist/rpms/SysVinit/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5489

Modified Files:
	SysVinit.spec 
Added Files:
	sysvinit-2.86-godot.patch 
Log Message:
preserve waiting state across re-exec (#143289, rhel bugs #199305,
#201146)


sysvinit-2.86-godot.patch:
 init.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE sysvinit-2.86-godot.patch ---
--- 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}
 };
 


Index: SysVinit.spec
===================================================================
RCS file: /cvs/dist/rpms/SysVinit/devel/SysVinit.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- SysVinit.spec	9 Aug 2006 01:02:33 -0000	1.47
+++ SysVinit.spec	9 Aug 2006 19:11:52 -0000	1.48
@@ -1,7 +1,7 @@
 Summary: Programs which control basic system processes.
 Name: SysVinit
 Version: 2.86
-Release: 7
+Release: 8
 License: GPL
 Group: System Environment/Base
 Source: ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/sysvinit-%{version}.tar.gz
@@ -20,6 +20,8 @@
 Patch13: sysvinit-2.86-single.patch
 Patch14: sysvinit-2.86-maxproclen.patch
 Patch15: sysvinit-2.86-ipv6.patch
+Patch16: sysvinit-2.86-quiet.patch
+Patch17: sysvinit-2.86-godot.patch
 Patch20: sysvinit-selinux.patch
 Source1: change_console.c
 Source2: change_console.8
@@ -71,6 +73,10 @@
 %patch14 -p1 -b .maxproclen
 # ipv6 support in last
 %patch15 -p1 -b .ipv6
+# Be less verbose when booted with 'quiet'
+%patch16 -p1 -b .quiet
+# Preserve 'waiting' across re-exec (#199305, #201146, #143289)
+%patch17 -p1 -b .godot
 # SELinux support for init - loading policy, etc.
 %patch20 -p1 -b .selinux
 
@@ -130,6 +136,10 @@
 /dev/initctl
 
 %changelog
+* Wed Aug  9 2006 Bill Nottingham <notting at redhat.com> - 2.86-8
+- preserve 'WAITING' across re-exec (#143289, others)
+- actually apply quiet patch
+
 * Tue Aug  8 2006 Bill Nottingham <notting at redhat.com> - 2.86-7
 - be slightly less verbose when booted with 'quiet'
 




More information about the fedora-cvs-commits mailing list