aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-04-16 02:29:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-04-16 02:29:36 +0000
commit38bfaf4774076463c2dab35d46311366d09fa345 (patch)
tree2237e75d4fc67485fad72ac91a6d5da4bf3266fc /Tools
parent30e2a90b43da2d0cc2fbcef07310723186c33416 (diff)
downloadports-38bfaf4774076463c2dab35d46311366d09fa345.tar.gz
ports-38bfaf4774076463c2dab35d46311366d09fa345.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/portbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild
index 24bd22a5ff71..176c0b078cf0 100755
--- a/Tools/portbuild/scripts/portbuild
+++ b/Tools/portbuild/scripts/portbuild
@@ -11,7 +11,7 @@ mount_fs()
if [ ${disconnected} = 1 ]; then
mount -t nullfs -r ${fs} ${mntpt}
else
- mount -o nfsv3,intr -r ${master}:${fs} ${mntpt}
+ mount_nfs -o ro -3 -i ${master}:${fs} ${mntpt}
fi
}