diff options
author | Bill Nottingham <notting@redhat.com> | 2003-10-28 22:30:56 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-10-28 22:30:56 +0000 |
commit | d6d33b6feb4177e2e2212119bb5cc787880ea351 (patch) | |
tree | 9cce39c452a93b5900c8758344c1308c9b45badc | |
parent | 2110cac5c13019b130976fe7c47b7a426b90522a (diff) | |
download | initscripts-d6d33b6feb4177e2e2212119bb5cc787880ea351.tar initscripts-d6d33b6feb4177e2e2212119bb5cc787880ea351.tar.gz initscripts-d6d33b6feb4177e2e2212119bb5cc787880ea351.tar.bz2 initscripts-d6d33b6feb4177e2e2212119bb5cc787880ea351.tar.xz initscripts-d6d33b6feb4177e2e2212119bb5cc787880ea351.zip |
7.42-1r7-42
-rw-r--r-- | ChangeLog | 44 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 48 insertions, 1 deletions
@@ -1,3 +1,47 @@ +2003-10-28 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: + 7.42-1 + + * rc.d/rc.sysinit: + use fgrep in places (<drepper@redhat.com>) + + * rc.d/init.d/functions, rc.d/rc.sysinit: + turn on details on failed services + +2003-10-23 Christian Rose <menthos@menthos.com> + + * sv.po: Updated Swedish translation. + +2003-10-22 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: + 7.41-1 + + * 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> + + * initscripts.spec: bump version number + + * ChangeLog, ppp/ip-down, ppp/ip-up, sysconfig/network-scripts/ifup-ippp, sysconfig/network-scripts/ifup-ppp: + add better fix to support nickname (#105785) + +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, ppp/ip-down, ppp/ip-up, sysconfig/network-scripts/ifup-ippp, sysconfig/network-scripts/ifup-ppp: + add support nickname (#105785) + 2003-10-22 Bill Nottingham <notting@redhat.com> * rc.d/init.d/functions, rc.d/rc.sysinit: diff --git a/initscripts.spec b/initscripts.spec index 7e351212..f5352694 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.41 +Version: 7.42 License: GPL Group: System Environment/Base Release: 1 @@ -249,6 +249,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Oct 28 2003 Bill Nottingham <notting@redhat.com> 7.42-1 +- show rhgb details on service failures + * Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 7.41-1 - tweak some rhgb interactions (#100894, #107725) - fix dvorak keymap loading (#106854) |