summaryrefslogtreecommitdiff
path: root/net/mydns-pgsql
diff options
context:
space:
mode:
authorghen <ghen>2010-07-01 21:29:33 +0000
committerghen <ghen>2010-07-01 21:29:33 +0000
commit547c4c61fca5d8a653029f868bc94d1e9dfe2119 (patch)
treed1bcb88bb4c34595b14ee463893d5a85f5957fb3 /net/mydns-pgsql
parent053c91428af710b5e7616c96124a206e6aa5ba05 (diff)
downloadpkgsrc-547c4c61fca5d8a653029f868bc94d1e9dfe2119.tar.gz
Example config is not security sensitive so doesn't have to be 600.
Noted by joerg. Bump PKGREVISION for both mydns-pgsql and -mysql.
Diffstat (limited to 'net/mydns-pgsql')
-rw-r--r--net/mydns-pgsql/Makefile4
-rw-r--r--net/mydns-pgsql/Makefile.common3
2 files changed, 3 insertions, 4 deletions
diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile
index 08f88e60d19..fe474f55203 100644
--- a/net/mydns-pgsql/Makefile
+++ b/net/mydns-pgsql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2010/02/19 20:30:21 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2010/07/01 21:29:33 ghen Exp $
PKGNAME= ${DISTNAME:S/-/-pgsql-/}
-PKGREVISION= 8
+PKGREVISION= 9
COMMENT= PostgreSQL-based DNS server
CONFLICTS= mydns-mysql-[0-9]*
diff --git a/net/mydns-pgsql/Makefile.common b/net/mydns-pgsql/Makefile.common
index fe946bf6ac0..d4e6b8c79e7 100644
--- a/net/mydns-pgsql/Makefile.common
+++ b/net/mydns-pgsql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2010/07/01 16:07:05 joerg Exp $
+# $NetBSD: Makefile.common,v 1.17 2010/07/01 21:29:33 ghen Exp $
DISTNAME= mydns-1.1.0
CATEGORIES= net
@@ -40,7 +40,6 @@ USERGROUP_PHASE+= pre-install
post-install:
${WRKSRC}/src/mydns/mydns --dump-config > ${DESTDIR}${EGDIR}/mydns.conf
- ${CHMOD} 0600 ${DESTDIR}${EGDIR}/mydns.conf
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"