aboutsummaryrefslogtreecommitdiff
path: root/bin/mount
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-05-01 15:26:48 +0000
committerrsc <devnull@localhost>2007-05-01 15:26:48 +0000
commitb510decf420a799f2e831f3be3e11a25d7713c3a (patch)
treeef5580d2003591a7aef54312d1fc08009a5069b0 /bin/mount
parent528dba4d31ec0d5124e081b021eed4a80aec3a95 (diff)
downloadplan9port-b510decf420a799f2e831f3be3e11a25d7713c3a.tar.gz
plan9port-b510decf420a799f2e831f3be3e11a25d7713c3a.tar.bz2
plan9port-b510decf420a799f2e831f3be3e11a25d7713c3a.zip
use 9p not 9P as mount type (Michael Kaminsky)
Diffstat (limited to 'bin/mount')
-rwxr-xr-xbin/mount4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mount b/bin/mount
index 3cc36adb..90136b11 100755
--- a/bin/mount
+++ b/bin/mount
@@ -8,8 +8,8 @@ switch(`{uname}){
case Linux
if(lsmod|9 grep -si '^9p(2000)? '){
if(test -S $1)
- exec mount -t 9P -o proto'='unix,name'='$USER $1 $2
- exec mount -t 9P -o proto'='tcp,name'='$USER $1 $2
+ exec mount -t 9p -o proto'='unix,name'='$USER $1 $2
+ exec mount -t 9p -o proto'='tcp,name'='$USER $1 $2
}
if(lsmod|9 grep -si '^fuse ')
exec 9pfuse $1 $2