plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 48458cb2b1a35e034dacd18017365a97e2bfb9c4
parent 1c171e3add096f5fbecceefd19f21a43c08b5509
Author: rsc <devnull@localhost>
Date:   Tue, 19 Jul 2005 22:56:42 +0000

use server address unadorned

Diffstat:
Mbin/vmount | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 }