diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-13 04:41:03 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-13 04:41:03 +0000 |
commit | 0775bd964bb82d462d1bbbe2559e126e1f1e4d6d (patch) | |
tree | 1d55ec6519515ef6f451ae1bc6075034bca14227 | |
parent | e918b7c95b6700b8a078e069a868b62431b0b61e (diff) | |
download | initscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.tar initscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.tar.gz initscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.tar.bz2 initscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.tar.xz initscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.zip |
*** empty log message ***r4-40
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | initscripts.spec | 6 |
3 files changed, 33 insertions, 3 deletions
@@ -1,3 +1,29 @@ +1999-09-13 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifdown-post: + add support for an ifdown-local + + * rc.d/rc.sysinit: + simplify raid startup a little + +1999-09-13 johnsonm <johnsonm@redhat.com> + + * src/ppp-watch.c: + do not run multiple copies + setsid/setpgid seems to help... + +1999-09-13 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/halt: + fix swapoff so it's not called with no args + +1999-09-11 Bill Nottingham <notting@redhat.com> + + * 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 <notting@redhat.com> * 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 <johnsonm@redhat.com> +1999-09-10 johnsonm <johnsonm@redhat.com> * src/ppp-watch.c: report failure @@ -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 <notting@redhat.com> +- a couple of /bin/sh -> /bin/bash fixes +- fix swapoff silliness + * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com> - chkconfig --del in %preun, not %postun - use killall5 in halt |