aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-09-20 18:17:37 +0000
committerBill Nottingham <notting@redhat.com>1999-09-20 18:17:37 +0000
commit8098cc6574062da4b2cb3014d378922cb3e77989 (patch)
treed82fff2c82b58c5ec636d0387c37007a972da971
parente8848932dcda96a91e27d6a9428c0fd89ab54272 (diff)
downloadinitscripts-8098cc6574062da4b2cb3014d378922cb3e77989.tar
initscripts-8098cc6574062da4b2cb3014d378922cb3e77989.tar.gz
initscripts-8098cc6574062da4b2cb3014d378922cb3e77989.tar.bz2
initscripts-8098cc6574062da4b2cb3014d378922cb3e77989.tar.xz
initscripts-8098cc6574062da4b2cb3014d378922cb3e77989.zip
*** empty log message ***
-rw-r--r--ChangeLog27
-rw-r--r--initscripts.spec6
2 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19a402a5..dc114e4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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