]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - nfsfs.init
- updated to 1.1.0-rc1
[packages/nfs-utils.git] / nfsfs.init
index 3caa0849ae9f9599c90784a68e384472b49e1651..8eaf7a9005edbc2e173a477e9bbe14021386f766 100644 (file)
@@ -58,7 +58,7 @@ start() {
                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 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
This page took 0.040942 seconds and 4 git commands to generate.