aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-07-08 20:28:43 +0000
committerBill Nottingham <notting@redhat.com>2003-07-08 20:28:43 +0000
commit8165f54c083c9090b5481523f567edd4c5a52810 (patch)
tree567db4cf7adf79e37736b47fc947e7fba1f0aaae
parentbbad0baf36cbe5c58b6f5767ca1370af598b6dd5 (diff)
downloadinitscripts-r7-27.tar
initscripts-r7-27.tar.gz
initscripts-r7-27.tar.bz2
initscripts-r7-27.tar.xz
initscripts-r7-27.zip
7.27-1r7-27
-rw-r--r--ChangeLog38
-rw-r--r--initscripts.spec6
2 files changed, 35 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 94eb7460..344def45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2003-07-08 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec:
+ 7.27-1
+
+ * lang.csh, lang.sh, setsysfont:
+ check that we're the current foreground console before running
+ unicode_start
+
+ * src/consoletype.1, src/consoletype.c:
+ add a test to consoletype to test that we're the current foreground
+ console
+
+2003-07-08 Sarah Smith <sarahs@redhat.com>
+
+ * po/zh_CN.po:
+ updated the translation and header
+
+2003-07-07 Richard Allen <ra@hp.is>
+
+ * po/is.po: *** empty log message ***
+
2003-07-03 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec:
@@ -127,7 +149,7 @@
2003-06-19 Bill Nottingham <notting@redhat.com>
- * Changelog, initscripts.spec:
+ * ChangeLog, initscripts.spec:
7.25-1
* rc.d/rc.local:
@@ -772,7 +794,7 @@
2002-12-17 Bill Nottingham <notting@redhat.com>
- * Changelog, initscripts.spec: 7.00-1
+ * ChangeLog, initscripts.spec: 7.00-1
* prefdm, sysconfig/network-scripts/network-functions, sysconfig.txt:
more rhgb tweaks
@@ -1205,7 +1227,7 @@
2002-07-17 Bill Nottingham <notting@redhat.com>
- * Changelog, initscripts.spec: 6.87-1
+ * ChangeLog, initscripts.spec: 6.87-1
* sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post:
use iptables & our lokkit chain
@@ -1240,7 +1262,7 @@
2002-07-15 Bill Nottingham <notting@redhat.com>
- * initscripts.spec, Changelog: 6.86-1
+ * initscripts.spec, ChangeLog: 6.86-1
* po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tr.po, po/uk.po, po/wa.po, po/zh.po, po/hu.po, po/id.po, po/initscripts.pot, po/is.po, po/it.po, po/ja.po, po/ko.po, po/nn.po, po/no.po, po/pl.po, po/pt.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/eu_ES.po, po/fi.po, po/fr.po, po/gl.po:
update-po
@@ -1602,7 +1624,7 @@
2002-04-19 Bill Nottingham <notting@redhat.com>
- * Changelog, initscripts.spec: 6.67-1
+ * ChangeLog, initscripts.spec: 6.67-1
* rc.d/rc.sysinit:
fix stupid cut&paste error
@@ -1944,7 +1966,7 @@
2002-02-22 Bill Nottingham <notting@redhat.com>
- * Changelog, initscripts.spec: 6.53-1
+ * ChangeLog, initscripts.spec: 6.53-1
2002-02-14 Pedro Morais <pmmm@rnl.ist.utl.pt>
@@ -2331,7 +2353,7 @@
2001-08-23 Bill Nottingham <notting@redhat.com>
- * Changelog, initscripts.spec: 6.26-1
+ * ChangeLog, initscripts.spec: 6.26-1
* sysconfig/network-scripts/ifup:
source ifup-wireless, so it actually works (#52135)
@@ -7073,7 +7095,7 @@
* src/Makefile: *** empty log message ***
* ChangeLog, rc.d/init.d/halt:
- rcs2log > Changelog
+ rcs2log > ChangeLog
* rc.d/init.d/functions, rc.d/init.d/halt, rc.d/init.d/network, rc.d/init.d/nfsfs, rc.d/init.d/random, rc.d/init.d/single, rc.d/rc:
more initlog changes; wait a little longer for kill -TERM
diff --git a/initscripts.spec b/initscripts.spec
index 35833969..4ef61149 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.26
+Version: 7.27
License: GPL
Group: System Environment/Base
Release: 1
@@ -247,6 +247,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Tue Jul 8 2003 Bill Nottingham <notting@redhat.com> 7.27-1
+- add a check to consoletype for the current foreground console
+- use it when running unicode_start (#98753)
+
* Wed Jul 2 2003 Bill Nottingham <notting@redhat.com> 7.26-1
- ipsec support (see sysconfig.txt, ifup-ipsec)
- read $CONFIG.keys, for non-world-readable keys