diff options
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 27 insertions, 2 deletions
@@ -1,3 +1,24 @@ +2003-09-11 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: 7.32-1 + + * sysconfig/network-scripts/ifup-ipsec: + ipsec fixes - detect automatic keying better, fix variable names for + tunneling + + * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions: + always call 'ip link set *dev* ${DEVICE}', to avoid confusion with + other ip parameters (#104187) + +2003-09-10 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + the vio check in consoletype requires /proc, so we must mount + /proc before sourcing /etc/init.d/functions (#103990) + + * initscripts.spec, src/genhostid.1, src/genhostid.c, src/Makefile: + add uli's hostid setting program + 2003-09-09 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: diff --git a/initscripts.spec b/initscripts.spec index dec694e9..9d098cbe 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.31 +Version: 7.32 License: GPL Group: System Environment/Base Release: 1 @@ -249,7 +249,11 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -* Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 7.31.1.EL-1 +* Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 7.32-1 +- fix ip calls for some device names (#104187) +- ipsec fixes + +* Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 7.31-1 - fix bonding + dhcp (#91399) - fix typo (#103781) - sysconfig/network-scripts/ifup: fix use of local |