At 04:23 PM 11.27.2002 +0200, Toomas Aas wrote:
>> The line it bitched about was something like:
>> 
>> [ -x ${PREFIX}/sbin/thttpd_wrapper ] && ${PREFIX}/sbin/thttpd_wrapper & &&
>> echo -n ' thttpd'
>> 
>> I presume it was complaining about running a command in the background and
>> then trying to use the && operator to run the following command.
>
>Your diagnosis is correct. This change is even mentioned in 4.7 release 
>notes (which I read *after* posting similar message to this list a 
>few weeks ago<g>).
>
>I don't know about thttpd_wrapper, but with my scripts (mysql_server.sh 
>and pwcheck.sh) I could just remove the single & and the scripts 
>started to work OK.
>--

hmmmm.... I removed the "&&" and left the single "&" and that worked fine
too. Guess either one is right if it works....

Best regards,
Jack L. Stone,
Administrator

SageOne Net
http://www.sage-one.net
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to