aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-09-21 18:52:20 +0000
committerBill Nottingham <notting@redhat.com>2006-09-21 18:52:20 +0000
commitce8d27e717bbeb41c49fce6209cf1f943a3857cc (patch)
tree6943a40f0822175c9794885710d109d299486879
parent83012d01b98da92b1172ed057b048a734a684bdf (diff)
downloadinitscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.tar
initscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.tar.gz
initscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.tar.bz2
initscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.tar.xz
initscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.zip
8.42-1
-rw-r--r--ChangeLog10
-rw-r--r--initscripts.spec7
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a968e8f..249378e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-09-21 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.42-1
+
+ * rc.d/rc, rc.d/rc.sysinit:
+ run with -m so that subprocesses get their own process group (part of
+ #184340)
+
+ * rc.d/rc: better check here (#190989, #110761)
+
2006-09-19 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.41-1
diff --git a/initscripts.spec b/initscripts.spec
index 2240ab6b..f3e47f8c 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 8.41
+Version: 8.42
License: GPL
Group: System Environment/Base
Release: 1
@@ -194,6 +194,11 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1
+- run rc.sysinit, /etc/rc in monitor mode (part of #184340)
+- use a better check for 'native' services (#190989, #110761, adapted
+ from <matthias@rpmforge.net>)
+
* Tue Sep 19 2006 Bill Nottingham <notting@redhat.com> 8.41-1
- fix network ipv6 hang (#207137, others)
- rc.sysinit: change blkid.tab path to /etc/blkid/blkid.tab