OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
FreeBSD Security Archives: Re: Not sure if you got it...

Re: Not sure if you got it...


Doug (Douggorean.org)
Sun, 29 Aug 1999 20:14:13 -0700


Warner Losh wrote:

> + if test -x ${i} -o ! -s ${i} -o ! -f ${i}; then

        If you could rewrite this as:

if [ -x ${i} -o ! -s ${i} -o ! -f ${i} ]; then

it would be one less thing for me to do in my "clean up the rc files"
project. :) You can see the examples at http://gorean.org/rcfiles/

Thanks,

Doug

To Unsubscribe: send mail to majordomoFreeBSD.org
with "unsubscribe freebsd-security" in the body of the message



This archive was generated by hypermail 2.0b3 on Sun Aug 29 1999 - 22:13:12 CDT