diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-19 19:10:53 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-19 19:10:53 +0000 |
commit | bd0731668e9e1ce1e9378596b00073a94632a375 (patch) | |
tree | e4545d1c6f8036ff3b93ef3b80e9a6335be0e4bf | |
parent | d8cc7a152f2ca6dec7e7ad623d9790ad26ec8c8a (diff) | |
download | initscripts-bd0731668e9e1ce1e9378596b00073a94632a375.tar initscripts-bd0731668e9e1ce1e9378596b00073a94632a375.tar.gz initscripts-bd0731668e9e1ce1e9378596b00073a94632a375.tar.bz2 initscripts-bd0731668e9e1ce1e9378596b00073a94632a375.tar.xz initscripts-bd0731668e9e1ce1e9378596b00073a94632a375.zip |
8.41-1r8-41
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 28 insertions, 1 deletions
@@ -1,3 +1,24 @@ +2006-09-19 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.41-1 + + * sysconfig/network-scripts/network-functions-ipv6: sed gone wrong + + * rc.d/rc.sysinit: change blkid.tab path + +2006-09-18 Bill Nottingham <notting@redhat.com> + + * src/rename_device.c: + reset DEVPATH when renaming (#206884, <phil@fifi.org>) + +2006-09-16 Renato Pavicic <repavaci@globalnet.hr> + + * po/hr.po: *** empty log message *** + +2006-09-15 Bill Nottingham <notting@redhat.com> + + * sysconfig.txt: clarify onboot/onparent + 2006-09-15 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.40-1 diff --git a/initscripts.spec b/initscripts.spec index 7d452539..2240ab6b 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.40 +Version: 8.41 License: GPL Group: System Environment/Base Release: 1 @@ -194,6 +194,12 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* 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 +- rename_device: reset DEVPATH also when renaming (#206884, <phil@fifi.org>) +- sysconfig.txt: clarify onboot/onparent usage + * Fri Sep 15 2006 Bill Nottingham <notting@redhat.com> 8.40-1 - translation updates - rename_device: use '__tmpXXXX' instead of 'devXXXX' as a temporary device |