On Nov 26, paul beard wrote: > > check to see how ${PREFIX} is being evaluated: I have found quite a few > rc scripts where it never worked: I just hard-coded the necessary values.
While I do agree with you, in this case it's not it. If I rewrote the script using an if statement, it worked just fine. if [ -x ${PREFIX}/sbin/thttpd_wrapper ]; then ${PREFIX}/sbin/thttpd_wrapper & echo -n ' thttpd' fi -Clint To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message