aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-02-08 20:27:58 +0000
committerBill Nottingham <notting@redhat.com>2000-02-08 20:27:58 +0000
commitbffd1e04472d5f222eaea8570f76992be938a613 (patch)
tree6dbd6f281341c02b59ee4aaba13fbf2284e9a556
parent86d21e93b2cd2ada639be6a3748fa438d9ee1c9d (diff)
downloadinitscripts-bffd1e04472d5f222eaea8570f76992be938a613.tar
initscripts-bffd1e04472d5f222eaea8570f76992be938a613.tar.gz
initscripts-bffd1e04472d5f222eaea8570f76992be938a613.tar.bz2
initscripts-bffd1e04472d5f222eaea8570f76992be938a613.tar.xz
initscripts-bffd1e04472d5f222eaea8570f76992be938a613.zip
*** empty log message ***
-rw-r--r--ChangeLog15
-rw-r--r--initscripts.spec5
2 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bde7dcb..1de00aca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,19 @@
+2000-02-08 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, rc.d/rc.sysinit:
+ load modules, not aliases. Also, load sound-slot-0 if aliased
+
2000-02-07 Nalin Dahyabhai <nalin@redhat.com>
- * lang.csh
- check that LANG/LC_ALL/LINGUAS are set before we test what they're
- set to
+ * initscripts.spec:
+ whoops, forgot to update changelog in .spec
- * rc.d/rc.sysinit:
+ * ChangeLog, rc.d/rc.sysinit:
fix check for /var/*/news, work around for bug #9140
+ * ChangeLog, initscripts.spec, lang.csh:
+ check that LC_ALL/LANG/LINGUAS/TERM are set before we use them in lang.csh
+
2000-02-05 Nalin Dahyabhai <nalin@redhat.com>
* rc.d/init.d/single:
diff --git a/initscripts.spec b/initscripts.spec
index f880b30e..c70dcf9b 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.92
+%define version 4.93
Version: %{version}
Copyright: GPL
Group: System Environment/Base
@@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Tue Feb 8 2000 Bill Nottingham <notting@redhat.com>
+- fixes for sound module loading
+
* Mon Feb 7 2000 Nalin Dahyabhai <nalin@redhat.com>
- check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh
- fix check for /var/*/news, work around for bug #9140