Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2008 23:08:16 +0200 (CEST)
From:      Sten Spans <sten@blinkenlights.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/126017: Update port: dns/powerdns-recursor fix static compilation
Message-ID:  <alpine.DEB.0.99999.0807312304380.11607@zaphod.blinkenlights.nl>
In-Reply-To: <200807280010.m6S0A1O9086633@freefall.freebsd.org>
References:  <200807280010.m6S0A1O9086633@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 Jul 2008, FreeBSD-gnats-submit@FreeBSD.org wrote:

> Thank you very much for your problem report.
> It has the internal identification `ports/126017'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=126017
>
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       Update port: dns/powerdns-recursor fix static compilation
>> Arrival-Date:   Mon Jul 28 00:10:01 UTC 2008

I've got another small diff, the rcng script has an incorrect
require option, when pdns-recursor is bound to localhost it should start 
before ntpd and friends. I suggest a require similar to named.
A patch is attached:

--- files/pdns-recursor.in.orig	2008-07-31 23:02:15.000000000 +0200
+++ files/pdns-recursor.in	2008-07-31 23:03:37.000000000 +0200
@@ -1,10 +1,10 @@
  #!/bin/sh
  #
-# $$
+# $FreeBSD$
  #

  # PROVIDE: pdns_recursor
-# REQUIRE: DAEMON
+# REQUIRE: SERVERS cleanvar
  # KEYWORD: shutdown

  #

-- 
Sten Spans

"There is a crack in everything, that's how the light gets in."
Leonard Cohen - Anthem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.DEB.0.99999.0807312304380.11607>