Commit Diff


commit - 1c171e3add096f5fbecceefd19f21a43c08b5509
commit + 48458cb2b1a35e034dacd18017365a97e2bfb9c4
blob - 2e723f74d29d257f2f7e6b6daf221c98732ab0b7
blob + b39fa038a9f7855cb46c91fe43a402d98b2350a7
--- bin/vmount
+++ 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
 }