diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-21 18:52:20 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-21 18:52:20 +0000 |
commit | ce8d27e717bbeb41c49fce6209cf1f943a3857cc (patch) | |
tree | 6943a40f0822175c9794885710d109d299486879 | |
parent | 83012d01b98da92b1172ed057b048a734a684bdf (diff) | |
download | initscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.tar initscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.tar.gz initscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.tar.bz2 initscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.tar.xz initscripts-ce8d27e717bbeb41c49fce6209cf1f943a3857cc.zip |
8.42-1
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 16 insertions, 1 deletions
@@ -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 |