aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-06-01 04:35:20 +0000
committerBill Nottingham <notting@redhat.com>2000-06-01 04:35:20 +0000
commit80a5b11fc81dc36770c9ab61ce24cca2289e7fa3 (patch)
tree8908c683df08d3139a116433e07935c0b600f013
parent5968db2c52e602ac05ba7165d41eea4615f24850 (diff)
downloadinitscripts-80a5b11fc81dc36770c9ab61ce24cca2289e7fa3.tar
initscripts-80a5b11fc81dc36770c9ab61ce24cca2289e7fa3.tar.gz
initscripts-80a5b11fc81dc36770c9ab61ce24cca2289e7fa3.tar.bz2
initscripts-80a5b11fc81dc36770c9ab61ce24cca2289e7fa3.tar.xz
initscripts-80a5b11fc81dc36770c9ab61ce24cca2289e7fa3.zip
*** empty log message ***
-rw-r--r--ChangeLog36
1 files changed, 34 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 21ee93d7..6ebdd8ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,39 @@
-2000-05-06 Bill Nottingham <notting@redhat.com>
+2000-06-01 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-aliases:
+ don't add duplicate default routes for aliases
+
+ * sysconfig/network-scripts/ifdown:
+ typo; wait only 5 seconds, not 50
+
+2000-05-31 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/halt:
+ remove read-only root remount; it's unnecessary
+
+ * rc.d/init.d/functions:
+ use pidofproc ; it does its own basename (#11762)
+
+ * sysconfig.txt: make description of static-routes file clearer
+
+ * rc.d/init.d/network:
+ fix check for strange linuxconf static-routes
+
+2000-05-22 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec: tweak procps requirement
+
+2000-05-19 Bill Nottingham <notting@redhat.com>
* initscripts.spec:
- don't require modutils on ia64
+ remove ia64 modutils non-requirement
+
+2000-05-11 nalin <nalin@redhat.com>
+
+ * initscripts.spec:
+ bump version for new release
+
+ * rc.d/rc.sysinit: fix bug #11267
2000-05-02 Bill Nottingham <notting@redhat.com>