diff options
author | Bill Nottingham <notting@redhat.com> | 2000-03-08 16:22:12 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-03-08 16:22:12 +0000 |
commit | e900c1c35a8d85ec2f9752205f63db79462efc71 (patch) | |
tree | f84bfa93ce88daed6759ffcef3ea4f3ef8626178 | |
parent | a3761f9b1480fb6bcd6710600c0056cef721ebcc (diff) | |
download | initscripts-e900c1c35a8d85ec2f9752205f63db79462efc71.tar initscripts-e900c1c35a8d85ec2f9752205f63db79462efc71.tar.gz initscripts-e900c1c35a8d85ec2f9752205f63db79462efc71.tar.bz2 initscripts-e900c1c35a8d85ec2f9752205f63db79462efc71.tar.xz initscripts-e900c1c35a8d85ec2f9752205f63db79462efc71.zip |
*** empty log message ***tag-redhat-6-2
-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 |