diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 23 insertions, 1 deletions
@@ -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) |