From 3d3afc5cbe0c86bad4128d21a69eb814c083919a Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 22 Apr 2011 02:40:11 +0000 Subject: use /n/other for tmp storage --- rc/bin/inst/mountcwfs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rc') 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 -- cgit v1.2.3