diff options
author | Bill Nottingham <notting@redhat.com> | 2006-02-07 05:02:35 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-02-07 05:02:35 +0000 |
commit | 65c5569cc88900734d71b37b1f7d383275572f06 (patch) | |
tree | c70edac46d3734a1a8476e1bc7dae79badc5099d | |
parent | 7d1c8d5f80eebd318d8e4a3801f972db118e52d8 (diff) | |
download | initscripts-65c5569cc88900734d71b37b1f7d383275572f06.tar initscripts-65c5569cc88900734d71b37b1f7d383275572f06.tar.gz initscripts-65c5569cc88900734d71b37b1f7d383275572f06.tar.bz2 initscripts-65c5569cc88900734d71b37b1f7d383275572f06.tar.xz initscripts-65c5569cc88900734d71b37b1f7d383275572f06.zip |
8.26-1r8-26
-rw-r--r-- | ChangeLog | 41 | ||||
-rw-r--r-- | initscripts.spec | 11 |
2 files changed, 51 insertions, 1 deletions
@@ -1,3 +1,44 @@ +2006-02-07 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.26-1 + + * rc.d/rc.sysinit: put usbfs back + +2006-02-06 Severin Heiniger <heinigerseverin@gmail.com> + + * po/de.po: translation updated + +2006-02-06 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/net.hotplug, rc.d/rc.sysinit: + dirty hacks to make sure hotplug doesn't run after unclean shutdown + (#177795) + +2006-02-06 Richard Allen <ra@hp.is> + + * po/is.po: *** empty log message *** + +2006-02-05 Pedro Macedo <webmaster@margo.bijoux.nom.br> + + * po/pt_BR.po: Alterações e correções pre-FC5T3. + +2006-02-05 Hirofumi Saito <hi_saito@yk.rim.or.jp> + + * po/ja.po: translation finished in initscripts + +2006-02-03 Rajesh Ranjan <rranjan@redhat.com> + + * po/hi.po: updtaed hi + +2006-02-03 Ankitkumar Rameshchandra Patel <ankit@redhat.com> + + * po/gu.po: Updated Gujarati Translations + +2006-02-03 Miloslav Trmac <mitr@redhat.com> + + * rc.d/init.d/halt: + Try to unmount tmpfs filesystems before swapoff (#174000) + 2006-02-03 Peter Jones <pjones@redhat.com> * rc.d/rc.sysinit: don't mount /sys and /proc in rc.sysinit, since diff --git a/initscripts.spec b/initscripts.spec index ae96dd6c..09a529b3 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.25 +Version: 8.26 License: GPL Group: System Environment/Base Release: 1 @@ -208,6 +208,15 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Feb 7 2006 Bill Nottingham <notting@redhat.com> 8.26-1 +- revert "rc.sysinit: don't mount usbfs, libusb no longer uses it" change +- add some ugly hacks to make sure net hotplug doesn't run after unclean + shutdown (#177795) +- don't mount /sys and /proc in rc.sysinit - the initrd already does + (<pjones@redhat.com>) +- halt: try to unmount tmpfs filesystems before swapoff (#174000, + <mitr@redhat.com>) + * Thu Feb 2 2006 Bill Nottingham <notting@redhat.com> 8.25-1 - ifup: don't run the arping check if the address is already on the device |