Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 1999 21:36:50 -0600
From:      Warner Losh <imp@village.org>
To:        Doug <Doug@gorean.org>
Cc:        dynamo@ime.net, security@FreeBSD.ORG
Subject:   Re: Not sure if you got it... 
Message-ID:  <199908300336.VAA00549@harmony.village.org>
In-Reply-To: Your message of "Sun, 29 Aug 1999 20:14:13 PDT." <37C9F705.1041CA95@gorean.org> 
References:  <37C9F705.1041CA95@gorean.org>  <199908300018.SAA90400@harmony.village.org> <Pine.BSI.4.02.9908282221020.15859-100000@ime.net> <199908300235.UAA00552@harmony.village.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <37C9F705.1041CA95@gorean.org> Doug writes:
: > +               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/

OK.  I just was following existing practice...

I've fixed it in another way, however, using find.

Warner


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908300336.VAA00549>