Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Aug 2008 17:49:33 +0200
From:      Ralf van der Enden <tremere@cainites.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126340: [PATCH] dns/powerdns-recursor: fix startup-script
Message-ID:  <E1KR7k5-0001WA-95@cainites.net>
Resent-Message-ID: <200808071550.m77Fo1Mn007541@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1KR7k5-0001WA-95>