aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-07-10 14:22:10 +0000
committerBill Nottingham <notting@redhat.com>2001-07-10 14:22:10 +0000
commitf1d14cfac9d2f5011d246429054ae9c8897e97a0 (patch)
tree78732507d2da3a3ee8d288ffee8d4d771bd9ecb2
parent4601034e6c7c65b5e6c6af47ffd6de0cb33648d1 (diff)
downloadinitscripts-f1d14cfac9d2f5011d246429054ae9c8897e97a0.tar
initscripts-f1d14cfac9d2f5011d246429054ae9c8897e97a0.tar.gz
initscripts-f1d14cfac9d2f5011d246429054ae9c8897e97a0.tar.bz2
initscripts-f1d14cfac9d2f5011d246429054ae9c8897e97a0.tar.xz
initscripts-f1d14cfac9d2f5011d246429054ae9c8897e97a0.zip
6.00-1
-rw-r--r--ChangeLog84
-rw-r--r--initscripts.spec8
2 files changed, 91 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8309e63e..9a631087 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+2001-07-09 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/functions:
+ it helps if you name the variable the same thing as what you're checking
+
+ * initscripts.spec: prereq sh-utils (#43605)
+
+ * rc.d/rc:
+ add check for reboot/halt in the 'action' case as well (#45966)
+
+ * rc.d/init.d/functions:
+ cleanups for undefined variables (#46065)
+
+ * Makefile:
+ add s99local link in runlevel 4 (#47769)
+
+2001-07-08 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-wireless:
+ fix typo
+
+2001-07-06 Trond Eivind Glomsrod <teg@redhat.com>
+
+ * Makefile:
+ Add new directories required by new networking tool.
+
+ * po/uk.po: Fix character set
+
+ * initscripts.spec:
+ Add new directories required by new networking tool.
+
+2001-07-06 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-ppp:
+ fix the non-xDSL case (#47263)
+
+2001-07-05 Karsten Hopp <karsten@redhat.com>
+
+ * initscripts-s390.patch, initscripts.spec:
+ S390-only changes
+
+2001-07-02 Trond Eivind Glomsrod <teg@redhat.com>
+
+ * initscripts.spec, sysconfig/network-scripts/ifup:
+ Reenable pump, but make dhcpcd is the default. This makes updates of systems
+ without dhcpcd installed easier.
+
+2001-06-29 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/network-functions, sysconfig/network-scripts/network-functions-ipv6:
+ run more stuff with C locale, mark some more strings for translation
+
+2001-06-28 Trond Eivind Glomsrod <teg@redhat.com>
+
+ * initscripts.spec, sysconfig/network-scripts/ifup:
+ Remove pump usage
+
+ * initscripts.spec:
+ Use dhcpcd as default instead of pump
+
+2001-06-28 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifdown:
+ switch order in ifdown too
+
+2001-06-28 Trond Eivind Glomsrod <teg@redhat.com>
+
+ * sysconfig/network-scripts/ifup:
+ Use dhcpcd first, pump second
+
+2001-06-28 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec: add arping requirement
+
+2001-06-27 Bill Nottingham <notting@redhat.com>
+
+ * src/ipcalc.c: fix 64-bit brokeness
+
+2001-06-27 Than Ngo <than@redhat.com>
+
+ * sysconfig/network-scripts/ifup-ippp, ChangeLog, initscripts.spec:
+ - fix pap/chap authentication for syncppp
+ - support ippp options
+
2001-06-27 Than Ngo <than@redhat.com>
* initscripts.spec: 5.94-1
diff --git a/initscripts.spec b/initscripts.spec
index c57f0b01..1b0f6139 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 5.99
+Version: 6.00
License: GPL
Group: System Environment/Base
Release: 1
@@ -231,6 +231,12 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Tue Jul 9 2001 Bill Nottingham <notting@redhat.com>
+- fix '--check'
+- prereq sh-utils (#43065)
+- fix some invocations of reboot/halt (#45966)
+- fix typo in ifup-wireless
+
* Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Add new directories required by new network tool