Date: Fri, 1 Jun 2007 21:30:12 GMT From: Alex Kapranoff <alex@kapranoff.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/113235: [patch] dns/maradns problem with startup during boot Message-ID: <200706012130.l51LUCwN080184@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/113235; it has been noted by GNATS. From: Alex Kapranoff <alex@kapranoff.ru> To: bug-followup@FreeBSD.org, numisemis@yahoo.com Cc: Subject: Re: ports/113235: [patch] dns/maradns problem with startup during boot Date: Sat, 2 Jun 2007 00:56:02 +0400 Hello, Simun! Thanks for the patch againt maradns port! It's mostly ok but I have an issue. I've been struggling with FreeBSD's rc.subr to get maradns run under duende for some time. I'm running duende myself but via dirty hacks. Your patch solves half of the problem the whole being that we need to be able to run both maradns and zoneserver under duende. When you specify "command" var in maradns.sh startup script as "${prefix}/bin/duende" you cannot independently control any other process run under duende because "command" is used when searching ps(1) output for PIDs to kill during restarts or other signals. Do you have thoughts on this issue? -- Alex Kapranoff.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706012130.l51LUCwN080184>