diff options
author | Bill Nottingham <notting@redhat.com> | 2001-02-08 06:40:18 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-02-08 06:40:18 +0000 |
commit | e3fcb1b8c9a61e9d7c2cda6f54c20bc7d45f8d59 (patch) | |
tree | 9efe1bd5a53e8f9c9f576bc782f6e079c8d9d68b | |
parent | a423f45818f3fb26fa88228bf693b508fd781eee (diff) | |
download | initscripts-e3fcb1b8c9a61e9d7c2cda6f54c20bc7d45f8d59.tar initscripts-e3fcb1b8c9a61e9d7c2cda6f54c20bc7d45f8d59.tar.gz initscripts-e3fcb1b8c9a61e9d7c2cda6f54c20bc7d45f8d59.tar.bz2 initscripts-e3fcb1b8c9a61e9d7c2cda6f54c20bc7d45f8d59.tar.xz initscripts-e3fcb1b8c9a61e9d7c2cda6f54c20bc7d45f8d59.zip |
*** empty log message ***r5-63
-rw-r--r-- | ChangeLog | 46 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 51 insertions, 0 deletions
@@ -1,3 +1,49 @@ +2001-02-08 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: 5.63 + + * sysconfig/network-scripts/ifup-ppp: + fix detection of chat script name (hopefully) + + * po/initscripts.pot: tweak ipv6 stuff + +2001-02-07 Bill Nottingham <notting@redhat.com> + + * Makefile, sysconfig/network-scripts/network-functions-ipv6, sysconfig.txt: + more ipv6 sync-ups + +2001-02-07 I18N Processor <i18n@redhat.com> + + * po/sv.po: + Auto-update by menthos@menthos.com + +2001-02-07 Bill Nottingham <notting@redhat.com> + + * sysconfig.txt: add ipv6 documentation + +2001-02-07 I18N Processor <i18n@redhat.com> + + * po/da.po: Auto-update by claus_h@image.dk + +2001-02-07 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifdown-ipv6, sysconfig/network-scripts/ifdown-sit, sysconfig/network-scripts/ifup-ipv6, sysconfig/network-scripts/ifup-sit, sysconfig/network-scripts/network-functions-ipv6, sysconfig/static-routes-ipv6: + updated ipv6 stuff from Peter Bieringer + + * rc.d/rc: + unset LC_ALL before calling halt/reboot as well + + * rc.d/init.d/functions, rc.d/init.d/halt: + fix the 'unable to shutdown cleanly' problem (#25744) + +2001-02-07 I18N Processor <i18n@redhat.com> + + * po/sv.po: + Auto-update by menthos@menthos.com + + * po/ru.po: + Auto-update by leon@geon.donetsk.ua + 2001-02-06 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: diff --git a/initscripts.spec b/initscripts.spec index b028eb41..2a13dbe9 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -251,6 +251,11 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Feb 7 2001 Bill Nottingham <notting@redhat.com> +- ipv6 sync ups (#26502, #25775) +- fix hangs at shutdown (#25744) +- fix ifup-ppp (#26323) + * Tue Feb 6 2001 Bill Nottingham <notting@redhat.com> - modify firewall on ifup to allow any new DNS servers through (#25951) - don't muck with the font in lang.csh/lang.sh (#26349) |