diff options
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 56 insertions, 1 deletions
@@ -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 |