aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parente8848932dcda96a91e27d6a9428c0fd89ab54272 (diff)
downloadinitscripts-8098cc6574062da4b2cb3014d378922cb3e77989.tar
initscripts-8098cc6574062da4b2cb3014d378922cb3e77989.tar.gz
initscripts-8098cc6574062da4b2cb3014d378922cb3e77989.tar.bz2
initscripts-8098cc6574062da4b2cb3014d378922cb3e77989.tar.xz
initscripts-8098cc6574062da4b2cb3014d378922cb3e77989.zip
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 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: