From a1adfef264d884b10deae2a2fa86afdfddc03947 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 13 Dec 1999 16:24:31 +0000 Subject: *** empty log message *** --- ChangeLog | 14 ++++++++++++-- initscripts.spec | 5 ++++- 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 + + * rc.d/init.d/halt: + unmount /proc after we're done with it. + 1999-12-06 Michael K. Johnson - * 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 +- umount /proc *after* trying to turn off raid + * Mon Dec 06 1999 Michael K. Johnson - improvements in clone device handling - better signal handling in ppp-watch -- cgit