Date: Wed, 27 Nov 2002 08:57:47 -0600 From: "Jack L. Stone" <jackstone@sage-one.net> To: "Toomas Aas" <toomas.aas@raad.tartu.ee>, Clint Olsen <clint@0lsen.net>, questions@FreeBSD.ORG, b.k.jackson@verizon.net Subject: Re: 4.7 changes to /bin/sh? Message-ID: <3.0.5.32.20021127085747.0112d130@mail.sage-one.net> In-Reply-To: <200211271424.gAREOjx11154@lv.raad.tartu.ee> References: <20021127043410.GA25180@0lsen.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.20021127085747.0112d130>