SOURCES: nfsfs.init - fixed /usr special case
baggins
baggins at pld-linux.org
Wed Mar 21 14:30:02 CET 2007
Author: baggins Date: Wed Mar 21 13:30:02 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed /usr special case
---- Files affected:
SOURCES:
nfsfs.init (1.31 -> 1.32)
---- Diffs:
================================================================
Index: SOURCES/nfsfs.init
diff -u SOURCES/nfsfs.init:1.31 SOURCES/nfsfs.init:1.32
--- SOURCES/nfsfs.init:1.31 Tue Mar 20 16:13:57 2007
+++ SOURCES/nfsfs.init Wed Mar 21 14:29:57 2007
@@ -58,7 +58,7 @@
fi
# Special case /usr first
- if awk '{ if ($2 == "/usr" && $3 ~ /^nfs(4$|$)/ && $4 !~ /noauto/) exit 1}' /etc/fstab ; then
+ if awk '{ if ($2 == "/usr" && $3 ~ /^nfs(4$|$)/ && $4 !~ /noauto/) exit 0}' /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.31&r2=1.32&f=u
More information about the pld-cvs-commit
mailing list