summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc')
-rw-r--r--rc/bin/inst/mountcwfs7
1 files changed, 7 insertions, 0 deletions
diff --git a/rc/bin/inst/mountcwfs b/rc/bin/inst/mountcwfs
index 40142e8fc..138e87c8c 100644
--- a/rc/bin/inst/mountcwfs
+++ b/rc/bin/inst/mountcwfs
@@ -81,6 +81,13 @@ case go
echo newuser $user
echo newuser sys +$user
echo newuser adm +$user
+ if(! ~ $fsother ''){
+ echo cfs other
+ echo create /usr sys sys 775 d
+ echo create /usr/$user $user $user 775 d
+ echo create /usr/$user/tmp $user $user 750 d
+ echo cfs main
+ }
# not synchronized
sleep 5
} >>/srv/cwfs.cmd