aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-01-30 16:44:19 +0000
committerBill Nottingham <notting@redhat.com>2002-01-30 16:44:19 +0000
commit22a51cef43fb1970710e120ef4f97ec0e1ad613d (patch)
tree9c4956d852f8fcb5ae2bd521f4a08e14eb44a70c
parentb5ad17b10bceff311be7d9c6a95c6d6f0da2c552 (diff)
downloadinitscripts-22a51cef43fb1970710e120ef4f97ec0e1ad613d.tar
initscripts-22a51cef43fb1970710e120ef4f97ec0e1ad613d.tar.gz
initscripts-22a51cef43fb1970710e120ef4f97ec0e1ad613d.tar.bz2
initscripts-22a51cef43fb1970710e120ef4f97ec0e1ad613d.tar.xz
initscripts-22a51cef43fb1970710e120ef4f97ec0e1ad613d.zip
6.51-1
-rw-r--r--ChangeLog51
-rw-r--r--initscripts.spec6
2 files changed, 56 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 744d1898..857b15c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2002-01-30 Bill Nottingham <notting@redhat.com>
+
+ * setsysfont:
+ run /bin/setfont, not /usr/bin/setfont (kbd change)
+
+2002-01-25 Bill Nottingham <notting@redhat.com>
+
+ * lang.csh: setenv LANG, not set LANG (#57957)
+
+ * sysconfig/network-scripts/ifup:
+ don't blowaway pumpargs/dhcpcdargs if they pass in a hostname (#57927, <Olivier.Baudron@ens.fr>)
+
+ * rc.d/init.d/netfs:
+ fix netdev uses (#57314, <cajoline@chaosengine.de>)
+
+ * src/netreport.c:
+ complain about extra arguments (#54681, <goeran@uddeborg.pp.se>)
+
+ * rc.d/init.d/halt: fix typo (#55955)
+
+ * sysconfig/network-scripts/network-functions:
+ modprobe interface name, not alias name (#55380)
+
+ * sysconfig/network-scripts/network-functions, rc.d/init.d/functions:
+ make sure su calls bash (#55288)
+
+ * sysconfig/network-scripts/ifup:
+ don't loop on bad HWADDR settings (#52285)
+
+ * rc.d/rc.sysinit:
+ load sound-slot-0, not the specific alias (#55231)
+
+ * rc.d/init.d/functions:
+ fix double echo when using --user (#54871)
+
+ * rc.d/init.d/functions:
+ random syntax cleanups (#54494)
+
+ * sysconfig/network-scripts/ifup-routes:
+ allow tabs as delimiters, as well (#53964)
+
+ * rc.d/init.d/halt:
+ don't blow up badly on devfs (#53580)
+
+2002-01-24 Bill Nottingham <notting@redhat.com>
+
+ * prefdm: fix typo
+
+ * ChangeLog, initscripts.spec:
+ 6.50-1
+
2002-01-24 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 6.50-1
diff --git a/initscripts.spec b/initscripts.spec
index 7cc79c68..ad0dc325 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 6.50
+Version: 6.51
License: GPL
Group: System Environment/Base
Release: 1
@@ -240,6 +240,10 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
+- run /bin/setfont, not /usr/bin/setfont (kbd)
+- lots-o-random bugfixes/tweaks (see ChangeLog)
+
* Thu Jan 17 2002 Michael K. Johnson <johnsonm@redhat.com>
- Added support for libredhat-kernel.so.* symlink handling