diff options
author | Bill Nottingham <notting@redhat.com> | 2004-10-17 04:55:43 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-10-17 04:55:43 +0000 |
commit | dfdd9b8b1fc1435fe5aaa67c7169950a4a5c3c0c (patch) | |
tree | 0e4b95b5fba32b3edc0450ea2d223d2bd36fe32c | |
parent | 7ca3899ae0afc0a7eba6cbf5d3003d3953e34ec3 (diff) | |
download | initscripts-dfdd9b8b1fc1435fe5aaa67c7169950a4a5c3c0c.tar initscripts-dfdd9b8b1fc1435fe5aaa67c7169950a4a5c3c0c.tar.gz initscripts-dfdd9b8b1fc1435fe5aaa67c7169950a4a5c3c0c.tar.bz2 initscripts-dfdd9b8b1fc1435fe5aaa67c7169950a4a5c3c0c.tar.xz initscripts-dfdd9b8b1fc1435fe5aaa67c7169950a4a5c3c0c.zip |
7.91-1
-rw-r--r-- | ChangeLog | 62 | ||||
-rw-r--r-- | initscripts.spec | 15 |
2 files changed, 75 insertions, 2 deletions
@@ -1,4 +1,64 @@ +2004-10-17 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.91-1 + + * rc.d/rc.sysinit: + automatically reboot when fsck calls for it, instead of requiring manual intervention (#117641 and duplicates) + + * rc.d/rc.sysinit: mdadm support + + * rc.d/rc.sysinit: + make sure we return to rhgb after fsck (#133966, #112839) + + * ppp/ip-down, ppp/ip-up: + call ipv6to4 scripts in /etc/ppp/(ip-up|ip-down) (#124390, <dwmw2@redhat.com>) + + * sysconfig/network-scripts/ifup-ipv6, sysconfig/network-scripts/ifup-sit, sysconfig/network-scripts/network-functions-ipv6: + some cleanups + +2004-10-17 Kjartan Maraas <kmaraas@gnome.org> + + * po/no.po: Update + +2004-10-15 Kjartan Maraas <kmaraas@gnome.org> + + * po/nb.po: update + +2004-10-13 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: remove devlabel call + +2004-10-13 Tomasz Berner <tom@man.lodz.pl> + + * po/pl.po: CVS_SILENT + +2004-10-12 Tomasz Berner <tom@man.lodz.pl> + + * po/pl.po: CVS_SILENT + +2004-10-11 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup-wireless: + fix key for open vs. restricted (#135235, <dax@gurulabs.com>) + +2004-10-11 Allan Sims <allsi@eau.ee> + + * po/et.po: Some fixed fuzzies + +2004-10-09 Ronny Buchmann <ronny-vlug@vlugnet.org> + + * po/de.po: shorten text to fit in line + +2004-10-08 Bill Nottingham <notting@redhat.com> + + * initscripts.spec, sysconfig/rawdevices: remove rawdevices + +2004-10-08 Pedro Morais <pmmm@rnl.ist.utl.pt> + + * po/pt.po: spelling + 2004-10-08 Karsten Hopp <karsten@redhat.com> + * ChangeLog, initscripts.spec: 7.90-1 * sysconfig/network-scripts/network-functions: fix portname for LCS devices @@ -975,7 +1035,7 @@ * po/nl.po: Updated Dutch translation -2004-04-08 xyzallan <xyzallan@redhat.com> +2004-04-08 Allan Sims <allsi@eau.ee> * po/et.po: Fixed fuzzies and some more diff --git a/initscripts.spec b/initscripts.spec index 2371aa4e..d18fea13 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.90 +Version: 7.91 License: GPL Group: System Environment/Base Release: 1 @@ -206,9 +206,22 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Sun Oct 17 2004 Bill Nottingham <notting@redhat.com> 7.91-1 +- rc.d/rc.sysinit: remove devlabel call +- mdadm support, now that raidtools is gone (#126636, #88785) +- call ipv6to4 scripts in /etc/ppp/(ip-up|ip-down) (#124390, <dwmw2@redhat.com>) +- cleanup a couple of nits that could affect bug #134754 +- make sure we return to rhgb after fsck (#133966, #112839, #134449) +- automatically reboot when fsck calls for it, instead of requiring + manual intervention (#117641 and duplicates) +- ifup-wireless: fix key for open vs. restricted (#135235, <dax@gurulabs.com>) + * Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 7.90-1 - fix portname for LCS devices +* Fri Oct 08 2004 Bill Nottingham <notting@redhat.com> +- remove sysconfig/rawdevices, as initscript is removed + * Thu Oct 07 2004 Florian La Roche <Florian.LaRoche@redhat.de> - change /etc/sysctl.conf to not allow source routed packets per default |