diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2000-02-21 Florian La Roche <laroche@redhat.com> + + * sysconfig/network-scripts/ifup-post: + Fix typo in ifup-post. + +2000-02-18 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: remove mtab~~ too + 2000-02-17 Bill Nottingham <notting@redhat.com> * sysconfig/network-scripts/ifup-post: diff --git a/initscripts.spec b/initscripts.spec index 3209db71..3a97124f 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.95 +%define version 4.96 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 21 2000 Bill Nottingham <notting@redhat.com> +- fix typo in resolv.conf munging + * Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - sanitize repair prompt - initial support for isdn-config stuff |