diff options
author | Bill Nottingham <notting@redhat.com> | 2000-02-21 16:20:18 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-02-21 16:20:18 +0000 |
commit | af4e41edca3de6ba836c0d1e8bea091127767168 (patch) | |
tree | 5b4637a138218371898f57665badbb0388904fcd | |
parent | f9c2e489d006c3e66e5e892c028564d23f7e8bed (diff) | |
download | initscripts-af4e41edca3de6ba836c0d1e8bea091127767168.tar initscripts-af4e41edca3de6ba836c0d1e8bea091127767168.tar.gz initscripts-af4e41edca3de6ba836c0d1e8bea091127767168.tar.bz2 initscripts-af4e41edca3de6ba836c0d1e8bea091127767168.tar.xz initscripts-af4e41edca3de6ba836c0d1e8bea091127767168.zip |
*** empty log message ***
-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 |