From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 7 18:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21C4A1065671 for ; Thu, 7 Aug 2008 18:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F5398FC25 for ; Thu, 7 Aug 2008 18:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m77Io32M025405 for ; Thu, 7 Aug 2008 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m77Io3xY025404; Thu, 7 Aug 2008 18:50:03 GMT (envelope-from gnats) Date: Thu, 7 Aug 2008 18:50:03 GMT Message-Id: <200808071850.m77Io3xY025404@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sten Spans Cc: Subject: Re: ports/126340: [PATCH] dns/powerdns-recursor: fix startup-script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sten Spans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 18:50:04 -0000 The following reply was made to PR ports/126340; it has been noted by GNATS. From: Sten Spans To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/126340: [PATCH] dns/powerdns-recursor: fix startup-script Date: Thu, 7 Aug 2008 20:48:28 +0200 (CEST) On Thu, 7 Aug 2008, Edwin Groothuis wrote: > Maintainer of dns/powerdns-recursor, > > Please note that PR ports/126340 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126340 Mmmm, named doesn't have the "BEFORE: DAEMON" line, which is why I assumed that it wouldn't be needed. But the daemons in base which require dns-resolving depend on named: earth# egrep 'REQUIRE:.*named' /etc/rc.d/* /etc/rc.d/ntpdate:# REQUIRE: NETWORKING syslogd named /etc/rc.d/rpcbind:# REQUIRE: NETWORKING ntpdate syslogd named And ntpd depends on ntpdate. So adding "BEFORE: DAEMON" indeed would make this work. Looks ok to me. -- Sten Spans "There is a crack in everything, that's how the light gets in." Leonard Cohen - Anthem