aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-11-08 03:59:49 +0000
committerBill Nottingham <notting@redhat.com>2004-11-08 03:59:49 +0000
commit30026285cd536efae072e8153449268e9ecc3a8d (patch)
tree34544881e81005328700d87af1ca435c49e231c0 /initscripts.spec
parenta9dc34d6600d6cc85363c15f28ff9025e3374c62 (diff)
downloadinitscripts-30026285cd536efae072e8153449268e9ecc3a8d.tar
initscripts-30026285cd536efae072e8153449268e9ecc3a8d.tar.gz
initscripts-30026285cd536efae072e8153449268e9ecc3a8d.tar.bz2
initscripts-30026285cd536efae072e8153449268e9ecc3a8d.tar.xz
initscripts-30026285cd536efae072e8153449268e9ecc3a8d.zip
rearranger7-95
Diffstat (limited to 'initscripts.spec')
-rw-r--r--initscripts.spec19
1 files changed, 14 insertions, 5 deletions
diff --git a/initscripts.spec b/initscripts.spec
index b395fc9a..86292287 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.94
+Version: 7.95
License: GPL
Group: System Environment/Base
Release: 1
@@ -206,12 +206,22 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Sun Nov 7 2004 Bill Nottingham <notting@redhat.com> 7.95-1
+- various translation updates
+
+* Tue Nov 2 2004 Bill Nottingham <notting@redhat.com>
+- take an axe to rc.sysinit:
+ - remove delay on unclean startup
+ - remove hdparm code
+ - remove LVM1 code
+ - remove old raidtab code in favor of mdadm
+ - remove support for old isapnp tools
+ - move all block device mangling before fsck. run fsck *once*, not twice
+ - some more LC_ALL=C stuff
+
* Sun Oct 31 2004 Florian La Roche <laroche@redhat.com>
- /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
@@ -221,7 +231,6 @@ rm -rf $RPM_BUILD_ROOT
- 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
* Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 7.93.2-1
- fix prefdm fallback to installed display managers (#137274)