aboutsummaryrefslogtreecommitdiff
path: root/bin/vmount
diff options
context:
space:
mode:
Diffstat (limited to 'bin/vmount')
-rwxr-xr-xbin/vmount2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vmount b/bin/vmount
index 2e723f74..b39fa038 100755
--- a/bin/vmount
+++ b/bin/vmount
@@ -13,6 +13,6 @@ case Linux
exec mount -o 'ro,timeo=100,rsize=8192,retrans=5,port=12049,mountport=12049,mountvers=3,nfsvers=3,nolock,soft,intr,udp' \
$server:/dump $mtpt
case *
- exec vmount0 -h 00 udp!$server!12049 $mtpt
+ exec vmount0 -h 00 $server $mtpt
}