diff options
author | Bill Nottingham <notting@redhat.com> | 2000-01-21 06:28:00 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-01-21 06:28:00 +0000 |
commit | 3e5f0e38edf78a63307d6ad92e1214ec3005930e (patch) | |
tree | f919ce6878c876692badf528537d5f21a7528e1e | |
parent | d75bae45165c4f5c01fc1de13508a510d93e924e (diff) | |
download | initscripts-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-- | ChangeLog | 19 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 23 insertions, 1 deletions
@@ -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 |