commit | 0360e1f12f07b47acb82c94fa369edfa222629b4 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Wed Jul 19 02:22:10 2006 +0000 |
committer | rsc <devnull@localhost> | Wed Jul 19 02:22:10 2006 +0000 |
tree | c15821a7d7fd20e4bbe08f7bf25f8361f385b7f6 | |
parent | 940353e190160f624dc0f03a76f0ced6a1de5241 [diff] [blame] |
use 2049 port
diff --git a/bin/vmount b/bin/vmount index b39fa03..33b4a5b 100755 --- a/bin/vmount +++ b/bin/vmount
@@ -10,7 +10,7 @@ switch(`{uname}){ case Linux - exec mount -o 'ro,timeo=100,rsize=8192,retrans=5,port=12049,mountport=12049,mountvers=3,nfsvers=3,nolock,soft,intr,udp' \ + exec mount -o 'ro,timeo=100,rsize=8192,retrans=5,port=2049,mountport=2049,mountvers=3,nfsvers=3,nolock,soft,intr,udp' \ $server:/dump $mtpt case * exec vmount0 -h 00 $server $mtpt