diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,19 @@ +1999-03-19 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-routes: + don't run linuxconf if /usr isn't mounted + + * sysconfig/network-scripts/ifup: set macaddr before bootp + +1999-03-18 Cristian Gafton <gafton@redhat.com> + + * rc.d/rc.sysinit: zero in the /var/run/utmpx file + +1999-03-18 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup-post: + don't set hostname on ppp/slip (kills X) + 1999-03-18 Bill Nottingham <notting@redhat.com> * src/initlog.c, src/initlog.h, src/process.c: diff --git a/initscripts.spec b/initscripts.spec index 0194925f..7487a3af 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -168,6 +168,12 @@ rm -rf $RPM_BUILD_ROOT %doc sysconfig.txt %changelog +* Fri Mar 19 1999 Bill Nottingham <notting@redhat.com> +- don't run linuxconf if /usr isn't mounted +- set macaddr before bootp +- zero in the /var/run/utmpx file (gafton) +- don't set hostname on ppp/slip (kills X) + * Wed Mar 17 1999 Bill Nottingham <notting@redhat.com> - exit ifup if pump fails - fix stupid errors in reading commands from subprocess |