8.39-1
This commit is contained in:
parent
ce6f427dce
commit
c8b6ec72a6
@ -1 +1 @@
|
|||||||
initscripts-8.38.tar.bz2
|
initscripts-8.39.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: The inittab file and the /etc/init.d scripts.
|
Summary: The inittab file and the /etc/init.d scripts.
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 8.38
|
Version: 8.39
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -15,7 +15,7 @@ Requires: util-linux >= 2.10s-11, mount >= 2.11l
|
|||||||
Requires: bash >= 3.0, SysVinit >= 2.85-38
|
Requires: bash >= 3.0, SysVinit >= 2.85-38
|
||||||
Requires: /sbin/ip, /sbin/arping, net-tools
|
Requires: /sbin/ip, /sbin/arping, net-tools
|
||||||
Requires: /etc/redhat-release, dev
|
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
|
Requires: udev >= 078-1
|
||||||
Conflicts: mkinitrd < 4.0, kernel < 2.6.12
|
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
|
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 664 /var/log/wtmp /var/run/utmp
|
||||||
chmod 600 /var/log/btmp
|
chmod 600 /var/log/btmp
|
||||||
|
|
||||||
/sbin/chkconfig --add netfs
|
/sbin/chkconfig --add netfs
|
||||||
/sbin/chkconfig --add network
|
/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
|
|
||||||
|
|
||||||
# Handle converting prefdm to run-once
|
# Handle converting prefdm to run-once
|
||||||
if fgrep -q "x:5:respawn:/etc/X11/prefdm -nodaemon" /etc/inittab ; then
|
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
|
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 5 2006 Bill Nottingham <notting@redhat.com> 8.39-1
|
||||||
|
- translation updates
|
||||||
|
- Handle partitions on multipath/dmraid better (<pjones@redhat.com>)
|
||||||
|
- make /dev/mapper/control ourselves (<pjones@redhat.com>)
|
||||||
|
- 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<foo> (<oblin@mandriva.com>)
|
||||||
|
- rc.sysinit: catch more dmraid errors (#200683)
|
||||||
|
- support 'tmp' option in /etc/crypttab (#201382, <mitr@redhat.com>,
|
||||||
|
<lv@lekv.de>)
|
||||||
|
- IPv6 updates (<pb@bieringer.de>, includes a fix for #143452)
|
||||||
|
|
||||||
* Tue Aug 1 2006 Bill Nottingham <notting@redhat.com> 8.38-1
|
* Tue Aug 1 2006 Bill Nottingham <notting@redhat.com> 8.38-1
|
||||||
- translation updates
|
- translation updates
|
||||||
- bring down bonding slaves on ifdown (#199706)
|
- bring down bonding slaves on ifdown (#199706)
|
||||||
|
Loading…
Reference in New Issue
Block a user