aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-02-20 17:16:51 +0000
committerBill Nottingham <notting@redhat.com>2003-02-20 17:16:51 +0000
commitd7802ae1da34b67a8cef5838562e168f3f6c8c1c (patch)
tree116f49cefef535782f9e4440857e9c5613618b87
parent293008d164b39d61090b3a370d6be15a0a7f91dc (diff)
downloadinitscripts-d7802ae1da34b67a8cef5838562e168f3f6c8c1c.tar
initscripts-d7802ae1da34b67a8cef5838562e168f3f6c8c1c.tar.gz
initscripts-d7802ae1da34b67a8cef5838562e168f3f6c8c1c.tar.bz2
initscripts-d7802ae1da34b67a8cef5838562e168f3f6c8c1c.tar.xz
initscripts-d7802ae1da34b67a8cef5838562e168f3f6c8c1c.zip
7.09-1r7-09
-rw-r--r--ChangeLog16
-rw-r--r--initscripts.spec8
2 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac27c1e8..ef27c7df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-02-20 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 7.09-1
+
+ * sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-routes:
+ redhat-config-network writes $NAME.route, not $DEVICE.route. Handle
+ that. (#84193)
+
+2003-02-19 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ initialize tty7 and 8 always. for GDM.
+
+ * sysconfig/network-scripts/ifup:
+ We were hardcoding zeroconf routes to eth0. OOOOPS.
+
2003-02-18 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 7.08-1
diff --git a/initscripts.spec b/initscripts.spec
index c5a1cfbd..14445aee 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.08
+Version: 7.09
License: GPL
Group: System Environment/Base
Release: 1
@@ -246,6 +246,12 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Thu Feb 20 2003 Bill Nottingham <notting@redhat.com> 7.09-1
+- initialize two ttys past # of mingettys (for GDM)
+- fix zeroconf route
+- redhat-config-network writes $NAME.route for some static routes
+ (e.g., ppp); handle that (#84193)
+
* Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 7.08-1
- load keybdev & mousedev even if hid is already loaded/static
- run fewer scripts through action (#49670, #75279, #81531)