diff options
author | Bill Nottingham <notting@redhat.com> | 2000-04-10 15:00:39 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-04-10 15:00:39 +0000 |
commit | 778d361544fc5f979eff3952abff613a74ec8414 (patch) | |
tree | 53b520733be6ac137b5197f623a87a8d060b2e69 | |
parent | 05b75af9bf59f2be08a7a8653b68aa5dc4e1efba (diff) | |
download | initscripts-778d361544fc5f979eff3952abff613a74ec8414.tar initscripts-778d361544fc5f979eff3952abff613a74ec8414.tar.gz initscripts-778d361544fc5f979eff3952abff613a74ec8414.tar.bz2 initscripts-778d361544fc5f979eff3952abff613a74ec8414.tar.xz initscripts-778d361544fc5f979eff3952abff613a74ec8414.zip |
*** empty log message ***r5-07
-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 |