diff options
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -1,5 +1,25 @@ 1999-04-06 Bill Nottingham <notting@redhat.com> + * rc.d/rc.sysinit: do loadkeys nicer + +1999-04-06 Michael K. Johnson <johnsonm@redhat.com> + + * initscripts.spec, sysconfig/network-scripts/ifup-ipx: + ifup-ipx ./_ confusion fixed + +1999-04-06 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: echo after loading keymap + + * setsysfont: look for consolechars in both /bin & /usr/bin + +1999-04-06 Erik Troan <ewt@redhat.com> + + * initscripts.spec, sysconfig/network-scripts/ifup-post: + run ifup-local as appropriate + +1999-04-06 Bill Nottingham <notting@redhat.com> + * rc.d/rc.sysinit: don't touch/remove/bother utmpx * rc.d/init.d/network: diff --git a/initscripts.spec b/initscripts.spec index 0e6a078c..895d5c12 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -177,7 +177,7 @@ rm -rf $RPM_BUILD_ROOT - fixed ifup-ipx mix-up over . and _ * Tue Apr 06 1999 Erik Troan <ewt@redhat.com> -- run /sbin/ipup-local after bringing up an interface (if that file exists) +- run /sbin/ifup-local after bringing up an interface (if that file exists) * Mon Apr 5 1999 Bill Nottingham <notting@redhat.com> - load keymaps & console font early |