ports/126340: [PATCH] dns/powerdns-recursor: fix startup-script

Ralf van der Enden tremere at cainites.net
Thu Aug 7 15:50:01 UTC 2008


>Number:         126340
>Category:       ports
>Synopsis:       [PATCH] dns/powerdns-recursor: fix startup-script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 07 15:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #3: Sun Jul 13 22:22:16 CEST 2008
>Description:
Fix startup-script:
daemons like ntpd require a recursor to resolve hosts. Make sure it starts before DAEMON (so it ends up in the same "range" as named;between SERVERS and DAEMON).
Port maintainer (sten at blinkenlights.nl) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- powerdns-recursor-3.1.7_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/dns/powerdns-recursor/files/pdns-recursor.in /usr/ports/dns/powerdns-recursor.new/files/pdns-recursor.in
--- /usr/ports/dns/powerdns-recursor/files/pdns-recursor.in	2008-08-06 22:48:41.000000000 +0200
+++ /usr/ports/dns/powerdns-recursor.new/files/pdns-recursor.in	2008-08-07 17:47:05.000000000 +0200
@@ -5,6 +5,7 @@
 
 # PROVIDE: pdns_recursor
 # REQUIRE: SERVERS cleanvar
+# BEFORE:  DAEMON
 # KEYWORD: shutdown
 
 #
--- powerdns-recursor-3.1.7_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list