diff options
author | Bill Nottingham <notting@redhat.com> | 2003-10-22 20:31:23 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-10-22 20:31:23 +0000 |
commit | 5bb7579b5dff315ec02fb8a407f547ee7d913c40 (patch) | |
tree | 662a10377c1ffa3569d6d118a1b709313cd517a2 | |
parent | e058c63a0afdbf7e77839d3394781018100cf573 (diff) | |
download | initscripts-5bb7579b5dff315ec02fb8a407f547ee7d913c40.tar initscripts-5bb7579b5dff315ec02fb8a407f547ee7d913c40.tar.gz initscripts-5bb7579b5dff315ec02fb8a407f547ee7d913c40.tar.bz2 initscripts-5bb7579b5dff315ec02fb8a407f547ee7d913c40.tar.xz initscripts-5bb7579b5dff315ec02fb8a407f547ee7d913c40.zip |
7.41-1
-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) |