diff options
author | rsc <devnull@localhost> | 2005-07-19 17:57:18 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-19 17:57:18 +0000 |
commit | 56177a9cba6545a0dcc967934d662ad8c4f02787 (patch) | |
tree | f6b97ce24182b34ece8a72a0b431a5938d5d852c /bin | |
parent | 76e02e9b11b02c5ed429ce629adaa19eb9c80a7f (diff) | |
download | plan9port-56177a9cba6545a0dcc967934d662ad8c4f02787.tar.gz plan9port-56177a9cba6545a0dcc967934d662ad8c4f02787.tar.bz2 plan9port-56177a9cba6545a0dcc967934d662ad8c4f02787.zip |
use vmount0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/vmount | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 } |