diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,16 @@ +2000-01-31 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/network, sysconfig/network-scripts/ifup: + fix logic of boot-time interfaces somewhat + + * src/ppp-watch.c: + return code of socket is -1, not 0 + +2000-01-27 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + get rid of warning when /var/lock and /var/run are empty + 2000-01-24 Bill Nottingham <notting@redhat.com> * rc.d/rc.sysinit: diff --git a/initscripts.spec b/initscripts.spec index a1edda41..e517219f 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.84 +%define version 4.85 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -227,6 +227,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Jan 31 2000 Bill Nottingham <notting@redhat.com> +- fix hanging ppp-watch +- fix issues with cleaning of /var/{run,lock} + * Fri Jan 21 2000 Bill Nottingham <notting@redhat.com> - fix pidof calls in pidofproc |