diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 16 insertions, 3 deletions
@@ -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 |