diff options
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 23 insertions, 3 deletions
@@ -1,9 +1,25 @@ -2003-10-22 Than Ngo <than@redhat.com> +2003-10-22 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions, rc.d/rc.sysinit: + switch on rhgb details for confirm mode. (#100894) + catch a couple more failure cases in rc.sysinit for jumping out of rhgb. + + * rc.d/rc.sysinit: + fix dvorak keymap (#106854) + +2003-10-22 Than Ngo <than@redhat.com> + * Changelog, initscripts.spec: 7.40-1 * sysconfig/network-scripts/ifup-ippp, sysconfig/network-scripts/ifup-ppp, ppp/ip-down, ppp/ip-up: add better fix to support nickname (#105785) -2003-10-22 Than Ngo <than@redhat.com> +2003-10-22 Bill Nottingham <notting@redhat.com> + + * rc.d/rc: + run rhgb-client at the end of a runlevel (#107725) + +2003-10-22 Than Ngo <than@redhat.com> + * Changelog, initscripts.spec: 7.39-1 * sysconfig/network-scripts/ifup-ippp, sysconfig/network-scripts/ifup-ppp, ppp/ip-down, ppp/ip-up: add support nickname (#105785) diff --git a/initscripts.spec b/initscripts.spec index a46343c5..7e351212 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.40 +Version: 7.41 License: GPL Group: System Environment/Base Release: 1 @@ -249,6 +249,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 7.41-1 +- tweak some rhgb interactions (#100894, #107725) +- fix dvorak keymap loading (#106854) + * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.40-1 - add better fix to support nickname (#105785) |