aboutsummaryrefslogtreecommitdiff
path: root/bin/mount
diff options
context:
space:
mode:
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 2898c021..be5170f0 100755
--- a/bin/mount
+++ b/bin/mount
@@ -8,8 +8,8 @@ switch(`{uname}){
case Linux
if(9 grep -si ' 9p(2000)?$' /proc/filesystems){
if(u test -S $1)
- exec u mount -t 9p -o proto'='unix,name'='$USER $1 $2
- exec u mount -t 9p -o proto'='tcp,name'='$USER $1 $2
+ exec u mount -t 9p -o trans'='unix,uname'='$USER $1 $2
+ exec u mount -t 9p -o trans'='tcp,uname'='$USER $1 $2
}
if(9 grep -si ' fuse$' /proc/filesystems)
exec 9pfuse $1 $2