Date: Tue, 26 Nov 2002 20:34:10 -0800 From: Clint Olsen <clint@0lsen.net> To: questions@freebsd.org Subject: 4.7 changes to /bin/sh? Message-ID: <20021127043410.GA25180@0lsen.net>
next in thread | raw e-mail | index | archive | help
Hi: I installed the port for thttpd, and when I upgraded to 4.7, it broke my rc.d script, complaining about an unexpected '&&'. 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. -Clint 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?20021127043410.GA25180>