aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-10-09 20:48:01 +0000
committerBill Nottingham <notting@redhat.com>2007-10-09 20:48:01 +0000
commit5623954a11f53424df51cd9a1643d51e98848193 (patch)
tree5c2a957f9ef3e09c6bb3016898fa777188cd8971
parentfd870bf86579b74bd121bf7bfc678d32b9a865bf (diff)
downloadinitscripts-5623954a11f53424df51cd9a1643d51e98848193.tar
initscripts-5623954a11f53424df51cd9a1643d51e98848193.tar.gz
initscripts-5623954a11f53424df51cd9a1643d51e98848193.tar.bz2
initscripts-5623954a11f53424df51cd9a1643d51e98848193.tar.xz
initscripts-5623954a11f53424df51cd9a1643d51e98848193.zip
8.60-1
-rw-r--r--ChangeLog7
-rw-r--r--initscripts.spec5
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 250ea320..5b60e2d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)