This commit is contained in:
Bill Nottingham 2005-10-05 20:38:53 +00:00
parent 8e23692796
commit c5d3928d72
3 changed files with 24 additions and 9 deletions

View File

@ -1,3 +1 @@
initscripts-8.14.tar.bz2 initscripts-8.17.tar.bz2
initscripts-8.15.tar.bz2
initscripts-8.16.tar.bz2

View File

@ -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.16 Version: 8.17
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Release: 1 Release: 1
@ -100,11 +100,8 @@ if [ $1 = 0 ]; then
/sbin/chkconfig --del network /sbin/chkconfig --del network
fi fi
%triggerun -- initscripts <= 7.59
/sbin/chkconfig --del random
exit 0
%triggerun -- initscripts < 7.62 %triggerun -- initscripts < 7.62
/sbin/chkconfig --del random
/sbin/chkconfig --del rawdevices /sbin/chkconfig --del rawdevices
exit 0 exit 0
@ -209,12 +206,32 @@ 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 5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
- make sure corefile limiting works for user processes as well
(#166511, <ville.skytta@iki.fi>)
- ifup-routes: handle no EOF in the route file (#156972)
- rc.sysinit: tweak mesage (#156972)
- ifdown-eth: clean up error message (#135167)
- rc.sysinit: call kpartx on multipath devices (#160227)
- ifup-eth: move wireless options before bridge options (#122801)
- ifup-wireless: silence error (#90601)
- init.d/functions: change translated string (#54682)
* Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1 * Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1
- fix typo bug - fix typo bug
* Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1 * Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1
- support proper dial-in configuration, thanks to Peter Bieringer (#158380) - support proper dial-in configuration, thanks to Peter Bieringer (#158380)
* Thu Sep 22 2005 Bill Nottingham <notting@redhat.com>
- kmodule: don't probe for uninteresting devices. speeds things up
- network-functions: deal with broken networks better (#168947)
- rc.sysinit: automatically reboot if labels are really out of date
(<dwalsh@redhat.com>)
- network-functions: throw out nameif error messages
- rc.sysinit: use multipath.static (#168321)
- rc.sysinit: use ignorelocking (#168195)
* Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1 * Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1
- fix usage of the module blacklist (#168020) - fix usage of the module blacklist (#168020)

View File

@ -1 +1 @@
ecb2ccd3e5e5079392348d745ddbdbee initscripts-8.16.tar.bz2 e37493b7b97359dabe6d724d44cfc16e initscripts-8.17.tar.bz2