diff options
author | Bill Nottingham <notting@redhat.com> | 2001-08-15 19:05:13 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-08-15 19:05:13 +0000 |
commit | 4d92a97eb8701ff9c02221f6b490002ed928b08f (patch) | |
tree | fa9bbb31fc9a3f8a0e67534d0f04216faaa05974 | |
parent | d56a75fb5bebc83d9b825eccb59710ec023c0b9a (diff) | |
download | initscripts-4d92a97eb8701ff9c02221f6b490002ed928b08f.tar initscripts-4d92a97eb8701ff9c02221f6b490002ed928b08f.tar.gz initscripts-4d92a97eb8701ff9c02221f6b490002ed928b08f.tar.bz2 initscripts-4d92a97eb8701ff9c02221f6b490002ed928b08f.tar.xz initscripts-4d92a97eb8701ff9c02221f6b490002ed928b08f.zip |
6.20-1
-rw-r--r-- | ChangeLog | 80 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 83 insertions, 5 deletions
@@ -1,3 +1,79 @@ +2001-08-15 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: + 6.20-1 + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-ipx, sysconfig.txt: + ipx support returns (#51787) + +2001-08-15 Christian Rose <menthos@menthos.com> + + * sv.po: Updated Swedish translation. + +2001-08-15 Bill Nottingham <notting@redhat.com> + + * po/Makefile: + don't try and pull strings from unreadable ifcfg files + + * ChangeLog, initscripts.spec: + 6.19-1 + + * po/is.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/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/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/Makefile: + update translation info + + * rc.d/init.d/network, sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions: + add is_available() function for network devices; use it. gets rid of horribly ugly modprobe messages + +2001-08-15 Richard Allen <ra@hp.is> + + * po/is.po: More work in initscripts... + +2001-08-15 Bernhard Rosenkraenzer <bero@redhat.com> + + * initscripts-s390.patch, initscripts.spec, src/mkkerneldoth.s390, sysconfig/network-scripts/ifup-ctc: + S390 fixes + +2001-08-15 Bill Nottingham <notting@redhat.com> + + * po/tr.po, po/uk.po, po/wa.po, po/zh_CN.GB2312.po, po/zh.po, rc.d/init.d/halt, 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/sl.po, po/sr.po, po/sv.po, po/hu.po, po/id.po, po/initscripts.pot, po/is.po, po/gl.po, po/de.po, po/es.po, po/eu_ES.po, po/fi.po, po/fr.po, po/da.po, po/cs.po: + type english me not can + +2001-08-15 Richard Allen <ra@hp.is> + + * po/is.po: First installment of initscripts/is.po + +2001-08-15 Christian Rose <menthos@menthos.com> + + * sv.po: Fix date. + +2001-08-15 Christian Rose <menthos@menthos.com> + + * sv.po: Updated Swedish translation. + +2001-08-13 Yukihiro Nakai <ynakai@redhat.com> + + * initscripts.spec: changelog in .spec fix + + * initscripts.spec, rc.d/init.d/functions: + Korean and Chinese fix + +2001-08-11 Florian La Roche <laroche@redhat.com> + + * po/ko.po: + hope these changes are ok, they are at least needed to compile everything... + + * initscripts-s390.patch, initscripts.spec: + Forgot to do "cvs commit", so I have again incremented the version + number. 6.16 is still ok to build into the buildsystem, though. + +2001-08-11 David Joo <djoo@redhat.com> + + * po/ko.po: Done + +2001-08-10 Yukihiro Nakai <ynakai@redhat.com> + + * po/ko.po: FIx. + 2001-08-10 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 6.15-1 @@ -18,10 +94,6 @@ * po/ko.po: Fix merge corruption - * po/ko.po: - Errors Has been changed... - David Joo- - 2001-08-10 Than Ngo <than@redhat.com> * sysconfig/network-scripts/ifup-ippp don't set MSN if it' empty (it's now optional) diff --git a/initscripts.spec b/initscripts.spec index 670b16cb..6c2e6325 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.18 +Version: 6.20 License: GPL Group: System Environment/Base Release: 1 @@ -238,6 +238,12 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Wed Aug 15 2001 Bill Nottingham <notting@redhat.com> +- add is_available() network function, use it; cleans up ugly modprobe + error messages +- update translation info +- fix #51787 + * Wed Aug 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> - adjust s390 patch - fix up ifup-ctc and mkkerneldoth.s390 (both are s390 specific) |