aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-07-09 19:37:49 +0000
committerBill Nottingham <notting@redhat.com>2003-07-09 19:37:49 +0000
commit5cc4f208d0e51b31a503f4ad15267c0bbc873393 (patch)
treec8425d2626fb06d0e8a89c3be3aac510268a6160
parent5f40382ce1964ab1bfafe1299e71fe09b742d694 (diff)
downloadinitscripts-5cc4f208d0e51b31a503f4ad15267c0bbc873393.tar
initscripts-5cc4f208d0e51b31a503f4ad15267c0bbc873393.tar.gz
initscripts-5cc4f208d0e51b31a503f4ad15267c0bbc873393.tar.bz2
initscripts-5cc4f208d0e51b31a503f4ad15267c0bbc873393.tar.xz
initscripts-5cc4f208d0e51b31a503f4ad15267c0bbc873393.zip
7.28-1r7-28
-rw-r--r--ChangeLog26
-rw-r--r--initscripts.spec5
2 files changed, 30 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 344def45..5d483100 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2003-07-09 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec:
+ 7.28-1
+
+ * sysconfig/network-scripts/network-functions:
+ keys-, not .keys
+
+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-08 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec:
diff --git a/initscripts.spec b/initscripts.spec
index 4ef61149..72a50abb 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.27
+Version: 7.28
License: GPL
Group: System Environment/Base
Release: 1
@@ -247,6 +247,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Jul 9 2003 Bill Nottingham <notting@redhat.com> 7.28-1
+- switch from $CONFIG.keys to keys-$CONFIG
+
* 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)