From c8b6ec72a62a26e99149948ba1aa6735808d6e1e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sep 05 2006 13:57:28 +0000 Subject: 8.39-1 --- diff --git a/.cvsignore b/.cvsignore index b313e9f..5ddc957 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-8.38.tar.bz2 +initscripts-8.39.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index a8a9d68..822c09a 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.38 +Version: 8.39 License: GPL Group: System Environment/Base Release: 1 @@ -15,7 +15,7 @@ Requires: util-linux >= 2.10s-11, mount >= 2.11l Requires: bash >= 3.0, SysVinit >= 2.85-38 Requires: /sbin/ip, /sbin/arping, net-tools Requires: /etc/redhat-release, dev -Requires: ethtool >= 1.8-2, /sbin/nash, /sbin/runuser +Requires: ethtool >= 1.8-2, /sbin/runuser Requires: udev >= 078-1 Conflicts: mkinitrd < 4.0, kernel < 2.6.12 Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14 @@ -64,13 +64,8 @@ chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp chmod 664 /var/log/wtmp /var/run/utmp chmod 600 /var/log/btmp -/sbin/chkconfig --add netfs -/sbin/chkconfig --add network - -# handle serial installs semi gracefully -if [ $1 = 0 -a "$TERM" = "vt100" ]; then - sed -i 's/BOOTUP=color/BOOTUP=serial/' /etc/sysconfig/init -fi +/sbin/chkconfig --add netfs +/sbin/chkconfig --add network # Handle converting prefdm to run-once if fgrep -q "x:5:respawn:/etc/X11/prefdm -nodaemon" /etc/inittab ; then @@ -199,6 +194,19 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Sep 5 2006 Bill Nottingham 8.39-1 +- translation updates +- Handle partitions on multipath/dmraid better () +- make /dev/mapper/control ourselves () +- init.d/network: simplify 'status' call +- fix actual 169.254 networks (#203591) +- rc.sysinit: don't run vgscan (#191879) +- init.d/halt: don't umount /dev/root () +- rc.sysinit: catch more dmraid errors (#200683) +- support 'tmp' option in /etc/crypttab (#201382, , + ) +- IPv6 updates (, includes a fix for #143452) + * Tue Aug 1 2006 Bill Nottingham 8.38-1 - translation updates - bring down bonding slaves on ifdown (#199706) diff --git a/sources b/sources index dbe0330..c394e5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ad4f775c87893da52c8d225421aaf83 initscripts-8.38.tar.bz2 +e5a594e53231289b2e657c1ead57f767 initscripts-8.39.tar.bz2