diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-22 02:40:11 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-22 02:40:11 +0000 |
commit | 3d3afc5cbe0c86bad4128d21a69eb814c083919a (patch) | |
tree | f2d469f73852fddddde47a2c4f1c68d29ada6896 /rc/bin | |
parent | f246b097baec9ba853953073de3b47cdbe788063 (diff) |
use /n/other for tmp storage
Diffstat (limited to 'rc/bin')
-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 |