diff options
author | Bill Nottingham <notting@redhat.com> | 2000-01-31 20:04:15 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-01-31 20:04:15 +0000 |
commit | 38f5503ecc678bc1f28266b6a0febee4f0903a9d (patch) | |
tree | 382ee2a671166d890bd25f91b7645e3bc46819f2 | |
parent | aa484d35318c8c5c8613c4a7135cb0249b840c76 (diff) | |
download | initscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.tar initscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.tar.gz initscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.tar.bz2 initscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.tar.xz initscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.zip |
*** empty log message ***
-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 |