diff options
author | Bill Nottingham <notting@redhat.com> | 2007-10-09 20:48:01 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-10-09 20:48:01 +0000 |
commit | 5623954a11f53424df51cd9a1643d51e98848193 (patch) | |
tree | 5c2a957f9ef3e09c6bb3016898fa777188cd8971 | |
parent | fd870bf86579b74bd121bf7bfc678d32b9a865bf (diff) | |
download | initscripts-5623954a11f53424df51cd9a1643d51e98848193.tar initscripts-5623954a11f53424df51cd9a1643d51e98848193.tar.gz initscripts-5623954a11f53424df51cd9a1643d51e98848193.tar.bz2 initscripts-5623954a11f53424df51cd9a1643d51e98848193.tar.xz initscripts-5623954a11f53424df51cd9a1643d51e98848193.zip |
8.60-1
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2007-10-09 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.60-1 + + * rc.d/rc.sysinit: + don't chvt with rhgb - just whack it if we need the terminal + 2007-10-08 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.59-1 diff --git a/initscripts.spec b/initscripts.spec index f40066c8..80e163dc 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 8.59 +Version: 8.60 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -208,6 +208,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Oct 9 2007 Bill Nottingham <notting@redhat.com> - 8.60-1 +- don't chvt with rhgb - just kill it when needed + * Mon Oct 8 2007 Bill Nottingham <notting@redhat.com> - 8.59-1 - rc.sysinit: fix rhgb check - prefdm: add wdm section (#248087) |