8.46-1
Resolves: bug #209377, bug #210836, bug #120819, bug #202443, bug #211297 Resolves: bug #211839, bug #212219, bug #204803
This commit is contained in:
parent
5a51aa5dd6
commit
ffe76f63bf
@ -1 +1 @@
|
|||||||
initscripts-8.45.3.tar.bz2
|
initscripts-8.46.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.45.3
|
Version: 8.46
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -69,12 +69,11 @@ chmod 600 /var/log/btmp
|
|||||||
/sbin/chkconfig --add netfs
|
/sbin/chkconfig --add netfs
|
||||||
/sbin/chkconfig --add network
|
/sbin/chkconfig --add network
|
||||||
|
|
||||||
# Handle converting prefdm to run-once
|
# Handle converting prefdm back to respawn
|
||||||
if fgrep -q "x:5:respawn:/etc/X11/prefdm -nodaemon" /etc/inittab ; then
|
if fgrep -q "x:5:once:/etc/X11/prefdm -nodaemon" /etc/inittab ; then
|
||||||
sed --in-place=.rpmsave 's|^x:5:respawn:/etc/X11/prefdm -nodaemon|x:5:once:/etc/X11/prefdm -nodaemon|g' /etc/inittab
|
sed --in-place=.rpmsave 's|^x:5:once:/etc/X11/prefdm -nodaemon|x:5:respawn:/etc/X11/prefdm -nodaemon|g' /etc/inittab
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
/sbin/chkconfig --del netfs
|
/sbin/chkconfig --del netfs
|
||||||
@ -145,6 +144,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
/etc/rwtab
|
/etc/rwtab
|
||||||
%dir /etc/rwtab.d
|
%dir /etc/rwtab.d
|
||||||
|
/etc/statetab
|
||||||
|
%dir /etc/statetab.d
|
||||||
/etc/udev/rules.d/*
|
/etc/udev/rules.d/*
|
||||||
%config /etc/X11/prefdm
|
%config /etc/X11/prefdm
|
||||||
%config(noreplace) /etc/inittab
|
%config(noreplace) /etc/inittab
|
||||||
@ -199,12 +200,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%ghost %attr(0664,root,utmp) /var/run/utmp
|
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 11 2006 Bill Nottingham <notting@redhat.com> 8.45.2-1
|
* Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.46-1
|
||||||
- Handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
|
- ifup-eth: restorecon on moved lease file
|
||||||
- translation updates: da, fi, zh_CN, ja
|
- rc.sysinit: handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
|
||||||
|
- revert early-login support (#210836, essentially)
|
||||||
* Mon Oct 9 2006 Bill Nottingham <notting@redhat.com> 8.45.1-1
|
- blacklist CJKI on the virtual console (#120819)
|
||||||
- restorecon on moved dhclient lease file (#209853)
|
- rc.sysinit: use dmraid.static (#211297)
|
||||||
|
- use sysfs interface for bonding (#202443, <agospoda@redhat.com>)
|
||||||
|
- use /etc/statetab, /etc/statetab.d for local state (#211839, <markmc@redhat.com>)
|
||||||
|
- fix or_IN and similar locales (#212219)
|
||||||
|
- use SUBCHANNELS as the primary key for s390 network devices (#204803)
|
||||||
|
- translation updates
|
||||||
|
|
||||||
* Fri Oct 6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
|
* Fri Oct 6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
|
||||||
- lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
|
- lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
|
||||||
|
Loading…
Reference in New Issue
Block a user