aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-08-21 06:18:50 +0000
committerBill Nottingham <notting@redhat.com>2002-08-21 06:18:50 +0000
commit892a9b0da2a42eb03af8c6016e1ff5a11cf5a426 (patch)
treeb8963d3bad12dfa4919b29ef1aefbb565986e03e
parentef316c76566e10c48ea95ef1695c3f24a7db9c61 (diff)
downloadinitscripts-892a9b0da2a42eb03af8c6016e1ff5a11cf5a426.tar
initscripts-892a9b0da2a42eb03af8c6016e1ff5a11cf5a426.tar.gz
initscripts-892a9b0da2a42eb03af8c6016e1ff5a11cf5a426.tar.bz2
initscripts-892a9b0da2a42eb03af8c6016e1ff5a11cf5a426.tar.xz
initscripts-892a9b0da2a42eb03af8c6016e1ff5a11cf5a426.zip
6.91-1
-rw-r--r--ChangeLog38
-rw-r--r--initscripts.spec9
2 files changed, 46 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f8be960..32da09ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2002-08-21 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 6.91-1
+
+ * po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/uk.po, po/wa.po, po/zh_CN.po, po/zh.po, po/zh_TW.po, po/gl.po, po/hu.po, po/id.po, po/initscripts.pot, 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/cs.po, po/da.po, po/de.po, po/es.po, po/eu_ES.po, po/fi.po, po/fr.po:
+ update from current tree. should do this more often, actually.
+
+ * rc.d/rc.sysinit:
+ activate profile if passed via netprofile= on the kernel command line
+
+ * src/ppp-watch.c:
+ don't retry indefinitely (<pbrown@redhat.com>)
+
+ * sysconfig/network-scripts/network-functions:
+ actually pass the device name to the first mii-tool call (#72016,#68127)
+
+ * service: remove extraneous /
+
+2002-08-20 Bill Nottingham <notting@redhat.com>
+
+ * lang.csh, lang.sh:
+ add iso8859-5 support (#71754)
+
+2002-08-15 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post:
+ switch to -I (#71201)
+
+2002-08-14 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec:
+ *** empty log message ***
+
+ * sysconfig/network-scripts/network-functions:
+ sleep 5 seconds, not 2
+
+ * rc.d/rc.sysinit: DUH
+
2002-08-14 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 6.90-1
diff --git a/initscripts.spec b/initscripts.spec
index 3ba8c844..f1fdd48a 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.90
+Version: 6.91
License: GPL
Group: System Environment/Base
Release: 1
@@ -244,6 +244,13 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Tue Aug 20 2002 Bill Nottingham <notting@redhat.com>
+- don't cycle through eth0-eth9 on dhcp link check (#68127)
+- don't retry indefinitely on ppp startup
+- activate network profile passed on kernel commandline via netprofile=
+- fix iptables invocations again
+- translation refresh
+
* Wed Aug 14 2002 Bill Nottingham <notting@redhat.com>
- fix silly typo in rc.sysinit
- increase timeout for link to 5 seconds (#70545)