|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Not sure if you got it...
Doug (Doug
gorean.org)
Sun, 29 Aug 1999 20:14:13 -0700
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Next message: Warner Losh: "Re: Not sure if you got it..."
- Previous message: Bruce Evans: "Re: Not sure if you got it..."
- Maybe in reply to: dynamo
ime.net: "Not sure if you got it..."
- Next in thread: Warner Losh: "Re: Not sure if you got it..."
- Next in thread: Bruce Evans: "Re: Not sure if you got it..."
- Reply: Warner Losh: "Re: Not sure if you got it..."
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 majordomo
FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- Next message: Warner Losh: "Re: Not sure if you got it..."
- Previous message: Bruce Evans: "Re: Not sure if you got it..."
- Maybe in reply to: dynamo
ime.net: "Not sure if you got it..."
- Next in thread: Warner Losh: "Re: Not sure if you got it..."
- Next in thread: Bruce Evans: "Re: Not sure if you got it..."
- Reply: Warner Losh: "Re: Not sure if you got it..."
This archive was generated by hypermail 2.0b3 on Sun Aug 29 1999 - 22:13:12 CDT