diff options
author | Bill Nottingham <notting@redhat.com> | 2001-08-28 03:07:39 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-08-28 03:07:39 +0000 |
commit | 8b51d6a0dde621b3a5651a28db270ed834272bf2 (patch) | |
tree | 79bfd1ebd71efc3ebe06a51deea89b64ec991733 | |
parent | 42ed9f1893e8ad9d0daa4b1d7b1dd868031adf76 (diff) | |
download | initscripts-8b51d6a0dde621b3a5651a28db270ed834272bf2.tar initscripts-8b51d6a0dde621b3a5651a28db270ed834272bf2.tar.gz initscripts-8b51d6a0dde621b3a5651a28db270ed834272bf2.tar.bz2 initscripts-8b51d6a0dde621b3a5651a28db270ed834272bf2.tar.xz initscripts-8b51d6a0dde621b3a5651a28db270ed834272bf2.zip |
6.29-1r6-29
-rw-r--r-- | ChangeLog | 39 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 40 insertions, 4 deletions
@@ -1,6 +1,39 @@ -2001-07-27 Than Ngo <than@redhat.com> - * sysconfig/network-scripts/ifup-ippp - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com> +2001-08-28 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.29-1 + + * po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/uk.po, po/wa.po, po/zh_CN.GB2312.po, po/zh.po, po/it.po, po/ja.po, po/ko.po, po/nn.po, po/no.po, po/pl.po, po/pt_BR.po, po/pt.po, po/ro.po, po/ru.po, po/sk.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/eu_ES.po, po/fi.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/initscripts.pot, po/is.po: + translation update. hopefully the last one + + * sysconfig/network-scripts/network-functions-ipv6: + fix message string (#52581) + + * rc.d/rc.sysinit: more wording changes + + * rc.d/rc.sysinit: change wording slightly + +2001-08-27 Michael K. Johnson <johnsonm@redhat.com> + + * sysconfig.txt: + documented /etc/sysconfig/autofsck + +2001-08-27 Jesús Bravo Álvarez <jba@pobox.com> + + * po/gl.po: Updated Galician translation + +2001-08-27 Michael K. Johnson <johnsonm@redhat.com> + + * rc.d/init.d/halt, rc.d/rc.sysinit: + first pass at implementing /.autofsck; archive modules/symbol info + +2001-08-27 Bill Nottingham <notting@redhat.com> + + * sysconfig/init: set default loglevel to 3, not 1 + +2001-08-27 Than Ngo <than@redhat.com> + + * sysconfig/network-scripts/ifup-ippp, ChangeLog, initscripts.spec: + - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com> 2001-08-24 Bill Nottingham <notting@redhat.com> diff --git a/initscripts.spec b/initscripts.spec index c8113044..35e91002 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.28 +Version: 6.29 License: GPL Group: System Environment/Base Release: 1 @@ -239,6 +239,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Mon Aug 27 2001 Bill Nottingham <notting@redhat.com> +- autofsck support, archive modules/symbol info (<johnsonm@redhat.com>) + * Mon Aug 27 2001 Than Ngo <than@redhat.com> - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com> |