[Pkg-sysvinit-commits] r1078 - in sysvinit/trunk/debian: . initscripts/etc/init.d

pere at alioth.debian.org pere at alioth.debian.org
Thu Dec 6 09:00:17 UTC 2007


Author: pere
Date: 2007-12-06 09:00:16 +0000 (Thu, 06 Dec 2007)
New Revision: 1078

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh
Log:
  * Do not mount gfs2 as a local file system.  It is a network file system.
    Patch from  Guido Guenther (Closes: #454468).

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-12-02 09:11:41 UTC (rev 1077)
+++ sysvinit/trunk/debian/changelog	2007-12-06 09:00:16 UTC (rev 1078)
@@ -34,6 +34,8 @@
     usplash calls to separate file splash-functions-usplash.  This
     file should be moved to the usplash package. Based on patch from
     David Härdeman.
+  * Do not mount gfs2 as a local file system.  It is a network file system.
+    Patch from  Guido Guenther (Closes: #454468).
 
   [ Henrique de Moraes Holschuh ]
   * libata shutdown handling fixes:

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh	2007-12-02 09:11:41 UTC (rev 1077)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh	2007-12-06 09:00:16 UTC (rev 1078)
@@ -22,7 +22,7 @@
 	# Mount local file systems in /etc/fstab.
 	#
 	mount_all_local() {
-	    mount -a -t nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs \
+	    mount -a -t nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,gfs2 \
 		-O no_netdev
 	}
 	pre_mountall




More information about the Pkg-sysvinit-commits mailing list