commit 56177a9cba6545a0dcc967934d662ad8c4f02787
parent 76e02e9b11b02c5ed429ce629adaa19eb9c80a7f
Author: rsc <devnull@localhost>
Date: Tue, 19 Jul 2005 17:57:18 +0000
use vmount0
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/vmount b/bin/vmount
@@ -13,7 +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 *
- echo 'cannot mount on' `{uname} >[1=2]
- exit usage
+ exec vmount0 -h 00 udp!$server!12049 $mtpt
}