diff options
-rw-r--r-- | ChangeLog | 26 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,29 @@ +2002-03-13 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.56-1 + + * rc.d/init.d/functions: be quiet if $LSB is set + + * rc.d/init.d/functions: + add --force to daemon() (needed for LSB) + + * rc.d/init.d/netfs, rc.d/init.d/network: + provide various LSB init facilities + + * rc.d/init.d/functions: + add warning message target. For LSB stuff + +2002-03-12 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup, sysconfig.txt: + revert LVS-related changes + + * rc.d/init.d/network: - fix cipe check + - load modules to preserve ordering + + * sysconfig/network-scripts/ifup: + just use nameif instead of mucking with the other config files (<harald@redhat.com>) + 2002-03-12 Mike A. Harris <mharris@redhat.com> * rc.sysinit, /etc/rc.d/init.d/halt: 6.55-1 diff --git a/initscripts.spec b/initscripts.spec index 45805ed7..253478b9 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.55 +Version: 6.56 License: GPL Group: System Environment/Base Release: 1 @@ -242,6 +242,11 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 6.56-1 +- use nameif for interfaces where we don't agree on HWADDR with the + config file (<harald@redhat.com>) +- LSB support tweaks + * Tue Mar 12 2002 Mike A. Harris <mharris@redhat.com> 6.55-1 - Removed process accounting stuff from rc.sysinit and halt scripts as it is now handled by the psacct initscript in the psacct package |