FreeBSD Bugzilla – Attachment 152476 Details for
Bug 196889
dns/powerdns: default config hangs on boot. pdns_flags should (at least) include "--deamon"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix rc.d script (which hangs at boot) and add lua 5.2 support
powerdns-3.4.1_1.patch (text/plain), 1007 bytes, created by
Ralf van der Enden
on 2015-02-02 11:22:52 UTC
(
hide
)
Description:
Fix rc.d script (which hangs at boot) and add lua 5.2 support
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2015-02-02 11:22:52 UTC
Size:
1007 bytes
patch
obsolete
>diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile >index 8d08195..6511573 100644 >--- a/dns/powerdns/Makefile >+++ b/dns/powerdns/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= powerdns > PORTVERSION= 3.4.1 >+PORTREVISION= 1 > CATEGORIES= dns ipv6 > MASTER_SITES= http://downloads.powerdns.com/releases/ > DISTNAME= pdns-${PORTVERSION} >@@ -15,7 +16,7 @@ LIB_DEPENDS= libboost_serialization.so:${PORTSDIR}/devel/boost-libs > > CONFLICTS= powerdns-devel-[2-3].[0-9]* > >-USES= gmake libtool lua:51 pkgconfig tar:bzip2 >+USES= gmake libtool lua pkgconfig tar:bzip2 > USE_LDCONFIG= YES > USE_SUBMAKE= YES > GNU_CONFIGURE= YES >diff --git a/dns/powerdns/files/pdns.in b/dns/powerdns/files/pdns.in >index 9f6f209..56f8a65 100644 >--- a/dns/powerdns/files/pdns.in >+++ b/dns/powerdns/files/pdns.in >@@ -27,6 +27,7 @@ command=%%PREFIX%%/sbin/pdns_server > > pdns_enable=${pdns_enable:-"NO"} > pdns_conf=${pdns_conf:-"%%PREFIX%%/etc/pdns/pdns.conf"} >+pdns_flags=${pdns_flags:-"--daemon=yes --guardian=yes"} > > load_rc_config ${name} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196889
:
152476
|
152477
|
152481
|
152879
|
152880