diff options
author | Bill Nottingham <notting@redhat.com> | 2001-09-26 20:45:36 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-09-26 20:45:36 +0000 |
commit | 0bdfbdfd6fc461d5bf154de595213031a7fef14a (patch) | |
tree | 267ffe8756ed52e2dbb049c497c9a6d51df37b72 | |
parent | 02e263f0ba46d35dbf1cd4961ba2f0f86a3c9603 (diff) | |
download | initscripts-0bdfbdfd6fc461d5bf154de595213031a7fef14a.tar initscripts-0bdfbdfd6fc461d5bf154de595213031a7fef14a.tar.gz initscripts-0bdfbdfd6fc461d5bf154de595213031a7fef14a.tar.bz2 initscripts-0bdfbdfd6fc461d5bf154de595213031a7fef14a.tar.xz initscripts-0bdfbdfd6fc461d5bf154de595213031a7fef14a.zip |
6.40.1-1r6-40-1
-rw-r--r-- | ChangeLog | 40 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 28 insertions, 19 deletions
@@ -1,19 +1,33 @@ -2001-09-21 romanm <romanm@redhat.com> +2001-09-26 Bill Nottingham <notting@redhat.com> - * po/sl.po: partially translated + * ChangeLog, initscripts.spec: 6.40.1-1 -2001-09-19 Than Ngo <than@redhat.com> + * rc.d/rc.sysinit: + don't umount initrd on partitionless installs - * ChangeLog, initscripts.spec, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifup-ppp: - * don't show user name by DSL connection + * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup: + some more DEVICE -> REALDEVICE changes; flush all addresses on bringing down main device -2001-09-14 Preston Brown <pbrown@redhat.com> + * sysconfig/network-scripts/ifdown: + throw away stderr - * rc.d/init.d/network: - remove remnants of LinuxConf. Don't use ifconfig, only /sbin/ip. Use check_device_down from network-functions instead of re-implementation. + * sysconfig/network-scripts/ifdown: + backport flush fix from -HEAD - * prefdm: - slight prefdm cleanup (i.e. no AnotherLevel support). +01-09-25 Preston Brown <pbrown@redhat.com> + + * sysconfig/network-scripts/ifdown: + flush all addresses associated with a device when bringing it down, not just + the configured address. The configured address may have changed after + the device was brought up, leaving around a stale address associated with + the downed device. + +2001-09-21 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions: fix typo + + * rc.d/init.d/halt, rc.d/init.d/netfs: + umount /dev/loopX doesn't work; you must use the mount point 2001-09-14 Karsten Hopp <karsten@redhat.com> @@ -30,12 +44,6 @@ * rc.d/rc.sysinit: don't run hwclock --adjust on a readonly filesystem -* 2001-09-19 Than Ngo <than@redhat.com> - * ChangeLog, initscripts.spec: 6.41-1 - - * sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifdown-ppp: - don't show user name by DSL connection - 2001-09-09 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 6.40-1 diff --git a/initscripts.spec b/initscripts.spec index 630c855d..78779c56 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.41 +Version: 6.40.1 License: GPL Group: System Environment/Base Release: 1 @@ -239,8 +239,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog -* Wed Sep 19 2001 Than Ngo <than@redhat.com> -- don't show user name by DSL connection +* Wed Sep 25 2001 Bill Nottingham <notting@redhat.com> +- flush all relevant addresses on ifdown (<pbrown@redhat.com>, #53531, #53704) +- don't umount initrd on partitionless systems (#53509) * Sat Sep 8 2001 Bill Nottingham <notting@redhat.com> - don't run hwclock --adjust on a read-only filesystem |