From 0775bd964bb82d462d1bbbe2559e126e1f1e4d6d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 13 Sep 1999 04:41:03 +0000 Subject: *** empty log message *** --- ChangeLog | 28 +++++++++++++++++++++++++++- Makefile | 2 +- initscripts.spec | 6 +++++- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 518d1612..9387d91f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +1999-09-13 Bill Nottingham + + * sysconfig/network-scripts/ifdown-post: + add support for an ifdown-local + + * rc.d/rc.sysinit: + simplify raid startup a little + +1999-09-13 johnsonm + + * src/ppp-watch.c: + do not run multiple copies + setsid/setpgid seems to help... + +1999-09-13 Bill Nottingham + + * rc.d/init.d/halt: + fix swapoff so it's not called with no args + +1999-09-11 Bill Nottingham + + * rc.d/init.d/killall: require bash + + * rc.d/rc.local: + fix for number of processor check. This should work and be portable. + 1999-09-10 Bill Nottingham * initscripts.spec: @@ -8,7 +34,7 @@ * sysconfig/network-scripts/ifup: add explicit 'dev'. Could help in some cases, I suppose. -1999-09-10 Michael K. Johnson +1999-09-10 johnsonm * src/ppp-watch.c: report failure diff --git a/Makefile b/Makefile index 3e95d60e..8383b4b0 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ check: done changelog: - rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | \ + rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | sed "s|@@|@|" | \ sed "s|/mnt/devel/CVS/initscripts/||g" > changenew mv ChangeLog ChangeLog.old cat changenew ChangeLog.old > ChangeLog diff --git a/initscripts.spec b/initscripts.spec index 2bb4efa1..21174741 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.39 +%define version 4.40 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -198,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Sun Sep 12 1999 Bill Nottingham +- a couple of /bin/sh -> /bin/bash fixes +- fix swapoff silliness + * Fri Sep 10 1999 Bill Nottingham - chkconfig --del in %preun, not %postun - use killall5 in halt -- cgit v1.2.1