diff options
-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 |