diff options
author | Bill Nottingham <notting@redhat.com> | 2002-12-02 21:35:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-12-02 21:35:38 +0000 |
commit | 4c2f9cc6c0bb201250690b0968272f1752cc8f8c (patch) | |
tree | 328a040c4213b26bbbd2ad9febd5330d057859fa | |
parent | f5ba1b5cd4b5a7c4ec1e07a3908e992cdb60b037 (diff) | |
download | initscripts-4c2f9cc6c0bb201250690b0968272f1752cc8f8c.tar initscripts-4c2f9cc6c0bb201250690b0968272f1752cc8f8c.tar.gz initscripts-4c2f9cc6c0bb201250690b0968272f1752cc8f8c.tar.bz2 initscripts-4c2f9cc6c0bb201250690b0968272f1752cc8f8c.tar.xz initscripts-4c2f9cc6c0bb201250690b0968272f1752cc8f8c.zip |
6.97-1r6-97
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 26 insertions, 1 deletions
@@ -1,3 +1,23 @@ +2002-12-02 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.97-1 + + * ppp/ip-up.ipv6to4, sysconfig/network-scripts/ifup-ipv6, sysconfig/network-scripts/network-functions-ipv6, sysconfig.txt: + IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>) + + * rc.d/rc.sysinit: add devlabel support + + * initscripts.spec, rc.d/init.d/netfs: + use lazy umount, tweak requires as needed + +2002-11-25 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: learn how to spell + +2002-11-19 Florian La Roche <laroche@redhat.com> + + * initscripts.spec: - mainframe adjustments + 2002-11-12 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 6.96-1 diff --git a/initscripts.spec b/initscripts.spec index 17f0a98d..dde14a41 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.96 +Version: 6.97 License: GPL Group: System Environment/Base Release: 1 @@ -256,6 +256,11 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 6.97-1 +- IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>) +- devlabel support (<Gary_Lerhaupt@Dell.com>) +- do lazy NFS umounts + * Tue Nov 19 2002 Florian La Roche <Florian.LaRoche@redhat.de> - correctly remove non-packaged files for mainframe |