aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-03-16 07:41:05 +0000
committerBill Nottingham <notting@redhat.com>1999-03-16 07:41:05 +0000
commit724fd6732635659c6c313b5e5590b4ef4da97d22 (patch)
tree3412bdf866d92351ce55ec0d22e99efa7d8c6f30 /ChangeLog
parentdcbdf8dc557e77a75b1f6e82f8b21223650be68c (diff)
downloadinitscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.tar
initscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.tar.gz
initscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.tar.bz2
initscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.tar.xz
initscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.zip
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 502c476b..5ca617e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
1999-03-16 Bill Nottingham <notting@redhat.com>
+ * initscripts.spec: bump rev to 3.96
+
+ * src/process.c:
+ if we are 'in initlog' rewrite output so it goes to initlog
+
+ * src/initlog.c:
+ if /dev/log exists on ROFS, that *doesn't* mean syslog is running
+
+ * rc.d/init.d/functions: remove cruft
+
+ * rc.d/init.d/functions: add a 'PASSED' result
+ fix ROFS logging to be sane
+
+ * rc.d/rc.sysinit:
+ rewrite fsck so you don't get FAILED on a passed check
+
+1999-03-16 Bill Nottingham <notting@redhat.com>
+
* sysconfig/network-scripts/ifdown-ppp: fix for CHATPID (bug #1343)
1999-03-15 Bill Nottingham <notting@redhat.com>