aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-12-13 16:24:31 +0000
committerBill Nottingham <notting@redhat.com>1999-12-13 16:24:31 +0000
commita1adfef264d884b10deae2a2fa86afdfddc03947 (patch)
tree321509624220d776c871c96cf804562c72978ee2
parent2bbdcc88c616c7157284b82062caab4d351207fc (diff)
downloadinitscripts-a1adfef264d884b10deae2a2fa86afdfddc03947.tar
initscripts-a1adfef264d884b10deae2a2fa86afdfddc03947.tar.gz
initscripts-a1adfef264d884b10deae2a2fa86afdfddc03947.tar.bz2
initscripts-a1adfef264d884b10deae2a2fa86afdfddc03947.tar.xz
initscripts-a1adfef264d884b10deae2a2fa86afdfddc03947.zip
*** empty log message ***r4-72
-rw-r--r--ChangeLog14
-rw-r--r--initscripts.spec5
2 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 66a906f6..f07bf25f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,20 @@
+1999-12-08 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/halt:
+ unmount /proc after we're done with it.
+
1999-12-06 Michael K. Johnson <johnsonm@redhat.com>
- * src/ppp-watch.c: redial after RETRYTIMEOUT on script failure
+ * ChangeLog, initscripts.spec:
+ 4.71 release
+
+ * src/ppp-watch.c:
+ redial after RETRYTIMEOUT on script failure
* src/ppp-watch.c: tyops
- * src/ppp-watch.c: handle control-C and such on parent right
+ * src/ppp-watch.c:
+ handle control-C and such on parent right
use sigaction
* sysconfig/network-scripts/ifup-ppp:
diff --git a/initscripts.spec b/initscripts.spec
index 13c27634..605afbc5 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.71
+%define version 4.72
Version: %{version}
Copyright: GPL
Group: System Environment/Base
@@ -198,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Dec 13 1999 Bill Nottingham <notting@redhat.com>
+- umount /proc *after* trying to turn off raid
+
* Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
- improvements in clone device handling
- better signal handling in ppp-watch