[rt-devel] Re: [rt-users] RT 1.0.3 is out
    Tobias Brox 
    tobiasb at tobiasb.funcom.com
       
    Mon Jun  5 15:30:23 EDT 2000
    
    
  
> The error *seems* to lie in this if condition.
> 
> fixperms:
> 	if [ \! -d $(RT_PATH) ] ;
> 	then
> 		chown -R $(RTUSER) $(RT_PATH)
> 		chgrp -R $(RTGROUP) $(RT_PATH)  
> 		chmod 0755 $(RT_PATH)
> 	fi
I hadn't tested it at all, sorry, my fault.  I added it after somebody
complained: "what if we set $(RT_PATH) to /usr/local?" - so I changed it
to only set those permissions if the dir is nonexistant.  Any suggestion
how this one should look out? 
-- 
"The trouble with the world is that the stupid are
 cocksure and the intelligent are full of doubt."
- Bertrand Russell
    
    
More information about the Rt-devel
mailing list