From 9c3f4661a5f1e4dc5f5da07cf03dd3bb6f90c3e9 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 30 Jun 2004 19:44:10 +0000 Subject: add gfs mounting --- initscripts.spec | 6 +++++- rc.d/rc.sysinit | 2 +- 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 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 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 -- cgit