diff options
author | Bill Nottingham <notting@redhat.com> | 1999-10-05 14:09:18 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-10-05 14:09:18 +0000 |
commit | 987fd7772b898998d0d7a9443d8c5c58193a3798 (patch) | |
tree | f5ac343b44d6619a20255d98730c29da92aa2c29 | |
parent | b3aa7993476aae8bca8aae6e5499b490509d9776 (diff) | |
download | initscripts-987fd7772b898998d0d7a9443d8c5c58193a3798.tar initscripts-987fd7772b898998d0d7a9443d8c5c58193a3798.tar.gz initscripts-987fd7772b898998d0d7a9443d8c5c58193a3798.tar.bz2 initscripts-987fd7772b898998d0d7a9443d8c5c58193a3798.tar.xz initscripts-987fd7772b898998d0d7a9443d8c5c58193a3798.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | initscripts.spec | 1 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,18 @@ +1999-10-05 Jakub Jelinek <jakub@redhat.com> + + * rc.d/rc.sysinit: + If /etc/sysconfig/keyboard is not present (on serial console), don't complain. + +1999-10-04 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/halt, rc.d/rc.sysinit: + check for aumix-minimal before execution + +1999-10-02 Bill Nottingham <notting@redhat.com> + + * ChangeLog, rc.d/rc.sysinit, src/loglevel.c, src/Makefile: + duh. can we say, duplicated functionality? + 1999-09-30 Bill Nottingham <notting@redhat.com> * rc.d/rc.local: diff --git a/initscripts.spec b/initscripts.spec index ea1116a3..b25315a5 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -181,7 +181,6 @@ rm -rf $RPM_BUILD_ROOT /sbin/getkey /sbin/netreport /sbin/initlog -/sbin/loglevel /sbin/minilogd /sbin/service /sbin/ppp-watch |