aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-06-30 19:44:10 +0000
committerBill Nottingham <notting@redhat.com>2004-06-30 19:44:10 +0000
commit9c3f4661a5f1e4dc5f5da07cf03dd3bb6f90c3e9 (patch)
tree3b7e68e1245ada6b9a7927df3057b2585736c497
parent120fe3bfdef1dbe9b5d78afcbdaf9efb7c48083e (diff)
downloadinitscripts-9c3f4661a5f1e4dc5f5da07cf03dd3bb6f90c3e9.tar
initscripts-9c3f4661a5f1e4dc5f5da07cf03dd3bb6f90c3e9.tar.gz
initscripts-9c3f4661a5f1e4dc5f5da07cf03dd3bb6f90c3e9.tar.bz2
initscripts-9c3f4661a5f1e4dc5f5da07cf03dd3bb6f90c3e9.tar.xz
initscripts-9c3f4661a5f1e4dc5f5da07cf03dd3bb6f90c3e9.zip
add gfs mountingr7-31-15-EL
-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