aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initscripts.spec6
-rwxr-xr-xrc.d/rc.sysinit2
2 files changed, 6 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 04f34945..6de373a5 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.14.EL
+Version: 7.31.15.EL
License: GPL
Group: System Environment/Base
Release: 1
@@ -249,6 +249,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Jun 30 2004 Bill Nottingham <notting@redhat.com> 7.31.15.EL-1
+- don't mount GFS in rc.sysinit
+- recreate /tmp/.ICE-unix after clearing it
+
* Thu Jun 24 2004 Bill Nottingham <notting@redhat.com> 7.31.14.EL-1
- fix ppp conflict
- fix vlan and bonding conflict (#107504)
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index d891ffef..2d128076 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -560,7 +560,7 @@ fi
# Mount all other filesystems (except for NFS and /proc, which is already
# mounted). Contrary to standard usage,
# filesystems are NOT unmounted in single user mode.
-action $"Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs -O no_netdev
+action $"Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs,gfs -O no_netdev
# Start the graphical boot, if necessary and not done yet.
if fgrep rhgb /proc/cmdline > /dev/null 2>&1 && [ "$RHGB_STARTED" -eq 0 -a "$BOOTUP" = "color" -a "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb ]; then