diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-04-21 03:11:53 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-04-21 03:11:53 +0000 |
commit | 469b381b1a795c804c73fa4a124a6f1fb02183f3 (patch) | |
tree | b5894d6f5dd0333a50dc818a88af343f6a915ad3 /rc | |
parent | f305ca8610642c7048beb0596d7be79313d7bef4 (diff) | |
parent | 3d3afc5cbe0c86bad4128d21a69eb814c083919a (diff) |
merge.
Diffstat (limited to 'rc')
-rw-r--r-- | rc/bin/inst/mountcwfs | 7 |
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 |