diff options
-rw-r--r-- | ChangeLog | 25 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 17 insertions, 13 deletions
@@ -1,7 +1,16 @@ -2000-04-04 Ngo Than <than@redhat.de> +2000-04-10 Bill Nottingham <notting@redhat.com> - * sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifdown-post - fix overwrite problem of resolv.conf on ppp/ippp/slip connections + * rc.d/init.d/network: + don't bring up commented out 'ONBOOT' interfaces + don't shut down inactive interfaces + +2000-04-04 Than Ngo <than@redhat.com> + + * sysconfig/network-scripts/ifdown-post: + remove /etc/resolv.conf.save after the ippp connection down + + * sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifup-post, ChangeLog, initscripts.spec: + fix overwrite problem of resolv.conf on ippp/ppp/slip connections 2000-04-03 Bill Nottingham <notting@redhat.com> @@ -15,18 +24,10 @@ * rc.d/rc.sysinit: explicitly specify --localtime to hwclock -2000-04-03 Bill Nottingham <notting@redhat.com> - - * rc.d/init.d/functions: - Blarg. I can't type. - - * rc.d/rc.sysinit: - explicitly specify --localtime to hwclock - 2000-03-31 Bill Nottingham <notting@redhat.com> * lang.csh, lang.sh: - source /home/devel/notting/.i18n as well as /etc/sysconfig/i18n + source $HOME/.i18n as well as /etc/sysconfig/i18n (idea from <ivanyi@internet.sk>) * service: diff --git a/initscripts.spec b/initscripts.spec index 32b01366..fd85b94f 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -Version: 5.06 +Version: 5.07 Copyright: GPL Group: System Environment/Base Release: 1 @@ -215,6 +215,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Apr 10 2000 Bill Nottingham <notting@redhat.com> +- don't read commented-out 'onboot' entries + * Tue Apr 04 2000 Ngo Than <than@redhat.de> - fix overwrite problem of resolv.conf on ippp/ppp/slip connections |