From fd63008e5c0136b65283fe306bd00c835d057c24 Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Sun, 31 Oct 2004 20:08:15 +0000 Subject: - some optims/cleanups, details in initscripts.spec --- initscripts.spec | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index 5c2b9a64..6d0facdf 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.93 +Version: 7.94 License: GPL Group: System Environment/Base Release: 1 @@ -206,6 +206,23 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Sun Oct 31 2004 Florian La Roche +- /etc/rc.d/rc: use "LC_ALL=C grep" for small speedup +- /etc/rc.d/rc.sysinit: + - change to use PROMPT=no as default, use kernel options 'forcefsck' + and 'confirm' instead + - do not compute "version", this is not used at all + - do not read udev.conf, this seems to be all in the start_udev script + - fix detection of "nomodules" kernel command line option + - read /proc/cmdline earlier and convert rhgb to use that, too + - load_module(): change redirection to /dev/null + - some checks for RHGB_STARTED="" looked strange +- /etc/sysconfig/network-scripts/ifup-ppp: + - remove a call to basename with shell builtins +- /etc/sysconfig/network-scripts/network-functions: + - remove some calls to basename/sed with shell builtins +- sysconfig.txt: document new PROMPT=no default + * Mon Oct 18 2004 Bill Nottingham 7.93-1 - translation updates - fix handling of GATEWAYDEV (#133575, ) -- cgit