diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-06 22:02:55 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-06 22:02:55 +0000 |
commit | f2c474d3a00890430e3df353208abba6276ff87a (patch) | |
tree | df470733eb7cefeba381a0e12e031ab2260380e7 | |
parent | fe489334627c27bed9107bdbd3a1663dd6260967 (diff) | |
download | initscripts-f2c474d3a00890430e3df353208abba6276ff87a.tar initscripts-f2c474d3a00890430e3df353208abba6276ff87a.tar.gz initscripts-f2c474d3a00890430e3df353208abba6276ff87a.tar.bz2 initscripts-f2c474d3a00890430e3df353208abba6276ff87a.tar.xz initscripts-f2c474d3a00890430e3df353208abba6276ff87a.zip |
*** empty log message ***
-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 |