diff options
author | Bill Nottingham <notting@redhat.com> | 2002-08-14 02:08:19 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-08-14 02:08:19 +0000 |
commit | 6960865096bdddcb0fb5e083f3b427cb9e651217 (patch) | |
tree | bbd631a75a92837c4f44ff3e8b4c1a9b647a4843 | |
parent | 03bfe164c8be467ed34cb650e4ac22708570f3aa (diff) | |
download | initscripts-6960865096bdddcb0fb5e083f3b427cb9e651217.tar initscripts-6960865096bdddcb0fb5e083f3b427cb9e651217.tar.gz initscripts-6960865096bdddcb0fb5e083f3b427cb9e651217.tar.bz2 initscripts-6960865096bdddcb0fb5e083f3b427cb9e651217.tar.xz initscripts-6960865096bdddcb0fb5e083f3b427cb9e651217.zip |
6.89-1r6-88
-rw-r--r-- | ChangeLog | 82 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 87 insertions, 1 deletions
@@ -1,6 +1,86 @@ +2002-08-14 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/halt: + fix tmpfs umounts (#68178, <tjko@iki.fi>) + + * sysconfig/network-scripts/ifdown: + remove extraneous call (#68706) + + * initscripts.spec: + require /etc/redhat-release (#68903) + + * service: fix status-all (#71375) + + * rc.d/rc.sysinit: + work around VT2-VT6 bug for now + +2002-08-13 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup-post: + look at the right file (#68368) + + * prefdm: + use GDM by default unless specified by DISPLAYMANAGER + +2002-08-12 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post: + fix iptables invocation (#71201) + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post: + use -n with iptables -L (#70807) + +2002-08-12 Leon Kanter <leon@geon.donetsk.ua> + + * po/ru.po: update, convert to utf-8 + +2002-08-08 Pedro Morais <pmmm@rnl.ist.utl.pt> + + * po/pt.po: spell UTF-8 in uppercase + +2002-08-07 Michelle Kim <mkim@redhat.com> + + * po/ko.po: Encodning converted to UTF-8. + +2002-08-06 Keld Jørn Simonsen <keld@dkuug.dk> + + * po/da.po: comments from kenneth + da.po + +2002-08-02 Pedro Morais <pmmm@rnl.ist.utl.pt> + + * po/pt.po: convert to utf-8 + +2002-08-01 Keld Jørn Simonsen <keld@dkuug.dk> + + * po/da.po: Updates + firstboot/da.po initscripts/da.po locale_config/da.po + redhat-config-network/da.po serviceconf/da.po usermode/da.po + anaconda/anaconda-po/da.po redhat-config-keyboard/po/da.po + redhat-config-rootpassword/po/da.po + redhat-config-xfree/po/da.po redhat-logviewer/po/da.po + setuptool/po/da.po + +2002-07-29 Federico Musto <federico@redhat.com> + + * po/fr.po: + "/mnt/traduzioni/RH8.0/translate/initscripts" + +2002-07-25 Than Ngo <than@redhat.com> + + * sysconfig/network-scripts/ifup-ippp: + * pass netmask option top ipppd (bug #69355) + +2002-07-25 Nilgün Belma Bugüner <nilgun@technologist.com> + + * po/tr.po: update + 2002-07-24 Bill Nottingham <notting@redhat.com> - * ChangeLog, initscripts.spec: 6.88-1 + * rc.d/rc.sysinit: fix typo + + * ChangeLog, initscripts.spec: + 6.88-1 * lang.sh, rc.d/rc.sysinit, lang.csh: oops, UTF-8 can have @euro diff --git a/initscripts.spec b/initscripts.spec index 04311862..c5484145 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -244,6 +244,12 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> +- require /etc/redhat-release (#68903) +- fix tty2-tty6 (sort of) +- fix iptables invocations (#70807, #71201, #68368) +- other minor tweaks + * Wed Jul 24 2002 Bill Nottingham <notting@redhat.com> - fix unicode checks in rc.sysinit, lang.{sh,csh} to handle UTF-8@euro |