tuse 9p not 9P as mount type (Michael Kaminsky) - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b510decf420a799f2e831f3be3e11a25d7713c3a
(DIR) parent 528dba4d31ec0d5124e081b021eed4a80aec3a95
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 1 May 2007 15:26:48 +0000
use 9p not 9P as mount type (Michael Kaminsky)
Diffstat:
M bin/mount | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/bin/mount b/bin/mount
t@@ -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