tuse server address unadorned - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 48458cb2b1a35e034dacd18017365a97e2bfb9c4
 (DIR) parent 1c171e3add096f5fbecceefd19f21a43c08b5509
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue, 19 Jul 2005 22:56:42 +0000
       
       use server address unadorned
       
       Diffstat:
         M bin/vmount                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bin/vmount b/bin/vmount
       t@@ -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
        }