use server address unadorned

This commit is contained in:
rsc 2005-07-19 22:56:42 +00:00
parent 1c171e3add
commit 48458cb2b1

View file

@ -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
}