From 8098cc6574062da4b2cb3014d378922cb3e77989 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 20 Sep 1999 18:17:37 +0000 Subject: *** empty log message *** --- ChangeLog | 27 +++++++++++++++++++++++++++ initscripts.spec | 6 +++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 19a402a5..dc114e4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +1999-09-20 Bill Nottingham + + * 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 + + * rc.d/rc.sysinit: + define uniprocessor in boot/kernel.h too + 1999-09-17 Bill Nottingham * 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 +- kill processes for umount in halt, too. +- fixes to remove /usr dependencies + * Fri Sep 17 1999 Bill Nottingham - load/save mixer settings in rc.sysinit, halt -- cgit v1.2.1