Date: Tue, 15 Oct 2002 02:56:11 -0500 From: Jonathan Dart <jonathandart@shaw.ca> To: ports@FreeBSD.org Subject: maradns Message-ID: <3DABCA1B.4070805@shaw.ca>
next in thread | raw e-mail | index | archive | help
the maradns rc script doesnt work router# /usr/local/etc/rc.d/maradns.sh.sample start /usr/local/etc/rc.d/maradns.sh.sample: 10: Syntax error: "&&" unexpected line 10: [ -x ${PREFIX}/sbin/maradns ] && ${PREFIX}/sbin/maradns > /var/log/maradns.log & && echo -n ' maradns' the lone & used to background the process will cause the expression to never turn true anyway. removing the & doesn't solve the problem as then the script never complete. thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DABCA1B.4070805>