From a757ce6ebbcfc3e7e1306edd8765d8e02d15ddef Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 14 Jun 1999 14:48:44 +0000 Subject: *** empty log message *** --- ChangeLog | 9 +++++++++ initscripts.spec | 6 +++++- rc.d/rc.sysinit | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f51f4a7..0a424a2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-06-14 Bill Nottingham + + * rc.d/rc.sysinit: + um, it makes very little sense to touch /var/run/utmp and promptly remove it. + +1999-06-07 Bill Nottingham + + * rc.d/rc.sysinit: revert raid + 1999-05-25 Bill Nottingham * rc.d/rc.sysinit: don't make relative links to display manager diff --git a/initscripts.spec b/initscripts.spec index eb5b76a9..909beea5 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.19 +%define version 4.20 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -182,6 +182,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 14 1999 Bill Nottingham +- oops, don't create /var/run/utmp and then remove it. +- stomp RAID bugs flat. Sort of. + * Mon May 24 1999 Bill Nottingham - clean out /var better - let everyone read /var/run/ppp*.dev diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index a0ea9fbf..3156b1e0 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -214,7 +214,7 @@ if [ -f /etc/rc.d/rc.modules ]; then /etc/rc.d/rc.modules fi -# Add raid devices +# Add raid devices, old style... if [ -f /proc/mdstat -a -f /etc/raidtab -a -x /sbin/raidadd ]; then action "Starting up RAID devices" raidadd -a -- cgit v1.2.1