aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-01-31 20:04:15 +0000
committerBill Nottingham <notting@redhat.com>2000-01-31 20:04:15 +0000
commit38f5503ecc678bc1f28266b6a0febee4f0903a9d (patch)
tree382ee2a671166d890bd25f91b7645e3bc46819f2
parentaa484d35318c8c5c8613c4a7135cb0249b840c76 (diff)
downloadinitscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.tar
initscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.tar.gz
initscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.tar.bz2
initscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.tar.xz
initscripts-38f5503ecc678bc1f28266b6a0febee4f0903a9d.zip
*** empty log message ***
-rw-r--r--ChangeLog13
-rw-r--r--initscripts.spec6
2 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0678bec3..e1844b6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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