aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-03-13 01:21:48 +0000
committerBill Nottingham <notting@redhat.com>2003-03-13 01:21:48 +0000
commit0639f1cd8f9933d1fb321382f613a53db2f20efc (patch)
treebfc9593adafe654e1792de31ccfb417d339bdedf
parent48100c8bf1bab029c6e8c525a8e2d4e5f293effc (diff)
downloadinitscripts-0639f1cd8f9933d1fb321382f613a53db2f20efc.tar
initscripts-0639f1cd8f9933d1fb321382f613a53db2f20efc.tar.gz
initscripts-0639f1cd8f9933d1fb321382f613a53db2f20efc.tar.bz2
initscripts-0639f1cd8f9933d1fb321382f613a53db2f20efc.tar.xz
initscripts-0639f1cd8f9933d1fb321382f613a53db2f20efc.zip
7.14-1r7-14
-rw-r--r--ChangeLog12
-rw-r--r--initscripts.spec7
2 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index abcd35f8..7bbe8f19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-03-13 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec:
+ 7.14-1
+
+ * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post:
+ revert. chain name change was reverted.
+
+2003-02-28 Bill Nottingham <notting@redhat.com>
+
+ * service: pass TERM to scripts too
+
2003-02-26 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec:
diff --git a/initscripts.spec b/initscripts.spec
index e2cccf13..45c20e8c 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.13
+Version: 7.14
License: GPL
Group: System Environment/Base
Release: 1
@@ -17,7 +17,7 @@ Requires: bash >= 2.0, SysVinit
Requires: /sbin/ip, /sbin/arping, net-tools
Requires: /etc/redhat-release, dev
Conflicts: kernel <= 2.4, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3
-Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-21
+Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
Obsoletes: rhsound sapinit
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils
BuildPrereq: glib2-devel popt gettext pkgconfig
@@ -246,6 +246,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Mar 12 2003 Bill Nottingham <notting@redhat.com> 7.14-1
+- do not handle changed chain name; change was reverted
+
* Tue Feb 25 2003 Bill Nottingham <notting@redhat.com> 7.13-1
- handle 7.x SYSFONTACM settings in setsysfont (#84183)