4d27560758
- unbreak modules; when any module was enabled pdns_server was failing to start up(!). Brad traced this to a LINK_SPEC problem and came up with the workaround in patch-configure_in, thanks very much! - set SHARED_ONLY and merge PFRAG.shared into PLISTs; PowerDNS itself can work static-only, but you need to compile-in the relevant modules, which doesn't mix well with MULTI_PACKAGES. mysql backend is tested; other backends not yet, but this is a big improvement on what's there at the moment.
24 lines
778 B
Plaintext
24 lines
778 B
Plaintext
@comment $OpenBSD: PLIST-main,v 1.3 2009/06/23 22:59:57 sthen Exp $
|
|
@newgroup _powerdns:609
|
|
@newuser _powerdns:609:_powerdns:daemon:Proxy DNS Server:/nonexistent:/sbin/nologin
|
|
@bin bin/pdns_control
|
|
@bin bin/zone2ldap
|
|
@bin bin/zone2sql
|
|
lib/powerdns/
|
|
@comment lib/powerdns/libgeobackend.a
|
|
@comment lib/powerdns/libgeobackend.la
|
|
lib/powerdns/libgeobackend.so
|
|
@man man/man8/pdns_control.8
|
|
@man man/man8/pdns_server.8
|
|
@man man/man8/zone2sql.8
|
|
@bin sbin/pdns_server
|
|
share/examples/powerdns/
|
|
@sample ${SYSCONFDIR}/pdns/
|
|
share/examples/powerdns/pdns.conf
|
|
@sample ${SYSCONFDIR}/pdns/pdns.conf
|
|
share/examples/powerdns/pdns.conf-dist
|
|
share/examples/powerdns/tables-mysql.sql
|
|
share/examples/powerdns/tables-pgsql.sql
|
|
share/examples/powerdns/tables-sqlite.sql
|
|
@extraunexec rm -rf /var/pdnsd
|