diff options
author | Bill Nottingham <notting@redhat.com> | 1999-06-14 14:48:44 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-06-14 14:48:44 +0000 |
commit | a757ce6ebbcfc3e7e1306edd8765d8e02d15ddef (patch) | |
tree | a2d2afb23787cd22f558016eafcf942e2267e872 | |
parent | 5a91ea94fda39aa17a742d720eb2de9adf33a3c4 (diff) | |
download | initscripts-a757ce6ebbcfc3e7e1306edd8765d8e02d15ddef.tar initscripts-a757ce6ebbcfc3e7e1306edd8765d8e02d15ddef.tar.gz initscripts-a757ce6ebbcfc3e7e1306edd8765d8e02d15ddef.tar.bz2 initscripts-a757ce6ebbcfc3e7e1306edd8765d8e02d15ddef.tar.xz initscripts-a757ce6ebbcfc3e7e1306edd8765d8e02d15ddef.zip |
*** empty log message ***r4-20
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | initscripts.spec | 6 | ||||
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
3 files changed, 15 insertions, 2 deletions
@@ -1,3 +1,12 @@ +1999-06-14 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + um, it makes very little sense to touch /var/run/utmp and promptly remove it. + +1999-06-07 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: revert raid + 1999-05-25 Bill Nottingham <notting@redhat.com> * 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 <notting@redhat.com> +- oops, don't create /var/run/utmp and then remove it. +- stomp RAID bugs flat. Sort of. + * Mon May 24 1999 Bill Nottingham <notting@redhat.com> - 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 |