diff options
author | Bill Nottingham <notting@redhat.com> | 2002-04-13 01:19:59 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-04-13 01:19:59 +0000 |
commit | 5c0b700d74e8b9443a8c00c9bee01e313fd060ac (patch) | |
tree | d3e8013d40875e7d564d6bcfba99a105c11a4a36 | |
parent | 3e9972c739d10444be70c3fe603aef9612435ef9 (diff) | |
download | initscripts-5c0b700d74e8b9443a8c00c9bee01e313fd060ac.tar initscripts-5c0b700d74e8b9443a8c00c9bee01e313fd060ac.tar.gz initscripts-5c0b700d74e8b9443a8c00c9bee01e313fd060ac.tar.bz2 initscripts-5c0b700d74e8b9443a8c00c9bee01e313fd060ac.tar.xz initscripts-5c0b700d74e8b9443a8c00c9bee01e313fd060ac.zip |
6.63-1r6-63
-rw-r--r-- | ChangeLog | 60 | ||||
-rw-r--r-- | initscripts.spec | 9 |
2 files changed, 68 insertions, 1 deletions
@@ -1,3 +1,63 @@ +2002-04-12 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.63-1 + + * sysconfig/network-scripts/ifdown-ipv6: + fix always trying to shut down 6to4 (#63352, <pekkas@netcore.fi>) + + * rc.d/rc.sysinit: + minor tweaks to libredhat-kernel.so handling + + * src/ipcalc.c: + some minor ipcalc cleanups (#58410) + + * src/ipcalc.c, src/Makefile: + quit stripping binaries + + * rc.d/rc.sysinit: + do LVM initialization twice (#63238) + + * rc.d/rc.sysinit: + deal with devfs on initrd (#59562) + + * sysconfig/network-scripts/network-functions-ipv6: + use -e argument to sysctl + + * rc.d/init.d/network: + run sysctl again at the end of network (for interface-specific parameters) + + * sysconfig/network-scripts/ifup-aliases: + don't process backup files (#60248, <dharris@drh.net>, <agrino@porsiempre.cl>) + + * lang.sh: + export the entire gamut of locale variables (#56142) + +2002-04-10 Leon Kanter <leon@geon.donetsk.ua> + + * po/ru.po: update + +2002-04-10 Bill Nottingham <notting@redhat.com> + + * service: oops, broke translations + + * ChangeLog, initscripts.spec: + 6.62-1 + + * sysconfig/network-scripts/ifup-aliases: + use full path to /sbin/ifconfig (#59457) + + * service: + change to root directory before staring/stopping; also sanitize environment (#53304, #61371) + + * rc.d/rc.sysinit: + move DMA hammer-of-doom to after loading of ide-scsi + + * rc.d/rc.sysinit: + delete X/VNC locks on startup (#63035) + + * rc.d/rc.sysinit: + shut up DMA disabling (#62873, #62956) + 2002-04-10 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 6.62-1 diff --git a/initscripts.spec b/initscripts.spec index 5c1145c4..98edcd61 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.62 +Version: 6.63 License: GPL Group: System Environment/Base Release: 1 @@ -244,6 +244,13 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 6.63-1 +- ipcalc cleanups (#58410) +- quit stripping binaries +- do LVM init after RAID init too (#63238) +- export all locale variables (#56142) +- run sysctl -p after network init as well + * Tue Apr 09 2002 Bill Nottingham <notting@redhat.com> 6.62-1 - delete X/VNC locks on startup (#63035) - shut up DMA disabling, move it to after ide-scsi (#62873, #62956) |