diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,15 @@ +2000-03-08 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/halt, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/network-functions: + check that a device is up before bringing it down + +2000-03-08 Cristian Gafton <gafton@redhat.com> + + * Makefile: look at Version: + + * initscripts.spec, sysconfig.txt: + documentation update from jakub + 2000-03-07 Bill Nottingham <notting@redhat.com> * src/minilogd.c: diff --git a/initscripts.spec b/initscripts.spec index 977f2eaf..67f489a2 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -Version: 4.99 +Version: 5.00 Copyright: GPL Group: System Environment/Base Release: 1 @@ -246,6 +246,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Mar 8 2000 Bill Nottingham <notting@redhat.com> +- check that network devices are up before bringing them down + * Wed Mar 8 2000 Jakub Jelinek <jakub@redhat.com> - update sysconfig.txt |