diff options
author | Bill Nottingham <notting@redhat.com> | 2000-03-31 16:00:46 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-03-31 16:00:46 +0000 |
commit | a68ba98a217bc89cb8ef4288ae75e4c019181598 (patch) | |
tree | 56a2e4ac86817c2e9f85a4f70a332163222011ac | |
parent | 4d6593c39a0fd5ee089ccd6aef02b491c97ff1d6 (diff) | |
download | initscripts-a68ba98a217bc89cb8ef4288ae75e4c019181598.tar initscripts-a68ba98a217bc89cb8ef4288ae75e4c019181598.tar.gz initscripts-a68ba98a217bc89cb8ef4288ae75e4c019181598.tar.bz2 initscripts-a68ba98a217bc89cb8ef4288ae75e4c019181598.tar.xz initscripts-a68ba98a217bc89cb8ef4288ae75e4c019181598.zip |
*** empty log message ***r5-05
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2000-03-31 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/network: + blarg. linuxconf support broken again. + 2000-03-27 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: diff --git a/initscripts.spec b/initscripts.spec index 0faf4cd8..3a0afaf3 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -Version: 5.04 +Version: 5.05 Copyright: GPL Group: System Environment/Base Release: 1 @@ -215,6 +215,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Mar 31 2000 Bill Nottingham <notting@redhat.com> +- fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472) + * Mon Mar 27 2000 Bill Nottingham <notting@redhat.com> - remove compatiblity chkconfig links - run 'netfs stop' on 'network stop' if necessary |