ports/126017: Update port: dns/powerdns-recursor fix static compilation

Sten Spans sten at blinkenlights.nl
Thu Jul 31 21:08:18 UTC 2008


On Mon, 28 Jul 2008, FreeBSD-gnats-submit at 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



More information about the freebsd-ports-bugs mailing list