aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-01-21 06:28:00 +0000
committerBill Nottingham <notting@redhat.com>2000-01-21 06:28:00 +0000
commit3e5f0e38edf78a63307d6ad92e1214ec3005930e (patch)
treef919ce6878c876692badf528537d5f21a7528e1e
parentd75bae45165c4f5c01fc1de13508a510d93e924e (diff)
downloadinitscripts-3e5f0e38edf78a63307d6ad92e1214ec3005930e.tar
initscripts-3e5f0e38edf78a63307d6ad92e1214ec3005930e.tar.gz
initscripts-3e5f0e38edf78a63307d6ad92e1214ec3005930e.tar.bz2
initscripts-3e5f0e38edf78a63307d6ad92e1214ec3005930e.tar.xz
initscripts-3e5f0e38edf78a63307d6ad92e1214ec3005930e.zip
*** empty log message ***r4-84
-rw-r--r--ChangeLog19
-rw-r--r--initscripts.spec5
2 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 207d3b88..0d63fd89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2000-01-21 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ don't load disabled modules
+
+ * rc.d/init.d/functions:
+ fix pidof calls in pidofproc
+
+ * src/process.c:
+ take out some pointless code
+
+ * rc.d/init.d/functions:
+ add --user option to daemon
+
+2000-01-20 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ remove mtab~ files earlier
+
2000-01-19 Bill Nottingham <notting@redhat.com>
* sysconfig/network-scripts/ifup-post:
diff --git a/initscripts.spec b/initscripts.spec
index 44adb69d..a1edda41 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.83
+%define version 4.84
Version: %{version}
Copyright: GPL
Group: System Environment/Base
@@ -227,6 +227,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
+- fix pidof calls in pidofproc
+
* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
- fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it