diff options
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,30 @@ +1999-09-20 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/halt: + do process splatting for final umount too. + + * rc.d/init.d/netfs: + don't use expr, but require bash to do math + + * rc.d/init.d/halt: + Don't use cut, it's in /usr/bin + + * rc.d/rc.sysinit: + use kill & pidof, not killall (no /usr) + + * initscripts.spec, rc.d/init.d/netfs: + take out call to lsof - not needed + + * lang.csh, lang.sh, sysconfig.txt: + some i18n fixes from Peter Ivanyi (ivanyi@internet.sk) + - sysconfig.txt was wrong + - add latin2-ucw to ACMs + +1999-09-18 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + define uniprocessor in boot/kernel.h too + 1999-09-17 Bill Nottingham <notting@redhat.com> * rc.d/init.d/halt, rc.d/rc.sysinit: diff --git a/initscripts.spec b/initscripts.spec index ae4ef29c..ef282d25 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.42 +%define version 4.43 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -200,6 +200,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Sep 20 1999 Bill Nottingham <notting@redhat.com> +- kill processes for umount in halt, too. +- fixes to remove /usr dependencies + * Fri Sep 17 1999 Bill Nottingham <notting@redhat.com> - load/save mixer settings in rc.sysinit, halt |