SOURCES: nfsfs.init - really fixed this time

baggins baggins at pld-linux.org
Wed Mar 21 14:31:06 CET 2007


Author: baggins                      Date: Wed Mar 21 13:31:06 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- really fixed this time

---- Files affected:
SOURCES:
   nfsfs.init (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SOURCES/nfsfs.init
diff -u SOURCES/nfsfs.init:1.32 SOURCES/nfsfs.init:1.33
--- SOURCES/nfsfs.init:1.32	Wed Mar 21 14:29:57 2007
+++ SOURCES/nfsfs.init	Wed Mar 21 14:31:01 2007
@@ -58,7 +58,7 @@
 		fi
 
 		# Special case /usr first
-		if awk '{ if ($2 == "/usr" && $3 ~ /^nfs(4$|$)/ && $4 !~ /noauto/) exit 0}' /etc/fstab ; then
+		if ! awk '{ if ($2 == "/usr" && $3 ~ /^nfs(4$|$)/ && $4 !~ /noauto/) exit 1}' /etc/fstab ; then
 			run_cmd "Mounting /usr filesystem" mount /usr
 			# In case of /usr over NFS idmapd, gssd and lockd may not start
 			# check if they're running and try to start them if not
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nfsfs.init?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list