diff --git a/.cvsignore b/.cvsignore index 1ab9804..fd9775d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ initscripts-7.93.tar.bz2 +initscripts-7.94.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 5c2b9a6..6d0facd 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, ) diff --git a/sources b/sources index bc3b871..a86fb47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3434a8aa9dc242b22526bff03aa1d03e initscripts-7.93.tar.bz2 +a7a5c4de9d41e8add66d3bce1e368933 initscripts-7.94.tar.bz2