diff options
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,31 @@ + +2000-02-24 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup-post: + allow for spaces in lines that are read + +2000-02-23 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + don't read commented raiddev entries + +2000-02-21 Than Ngo <than@redhat.com> + + * rc.d/init.d/network: ignore ippp devices + + * sysconfig/network-scripts/ifdown-post: + PATH is not set -> added PATH=/sbin:/usr/sbin:/bin:/usr/bin + +2000-02-21 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: + *** empty log message *** + +2000-02-21 Florian La Roche <laroche@redhat.com> + + * sysconfig/network-scripts/ifup-post: + Fix typo in ifup-post. + 2000-02-21 Than Ngo <than@redhat.com> * rc.d/init.d/network: ignore ippp devices diff --git a/initscripts.spec b/initscripts.spec index 3a97124f..5dbb8018 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.96 +%define version 4.97 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Feb 28 2000 Bill Nottingham <notting@redhat.com> +- don't read commented raid devices + * Mon Feb 21 2000 Bill Nottingham <notting@redhat.com> - fix typo in resolv.conf munging |