diff options
author | ghen <ghen> | 2010-07-01 21:29:33 +0000 |
---|---|---|
committer | ghen <ghen> | 2010-07-01 21:29:33 +0000 |
commit | 3d5f5e16fe9385a83d30b18e84f1e431ce150987 (patch) | |
tree | d1bcb88bb4c34595b14ee463893d5a85f5957fb3 /net | |
parent | 9a97670d458c7685a220ec498909c3b9ba5241be (diff) | |
download | pkgsrc-3d5f5e16fe9385a83d30b18e84f1e431ce150987.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')
-rw-r--r-- | net/mydns-mysql/Makefile | 4 | ||||
-rw-r--r-- | net/mydns-pgsql/Makefile | 4 | ||||
-rw-r--r-- | net/mydns-pgsql/Makefile.common | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile index a19fc396097..892404a70c8 100644 --- a/net/mydns-mysql/Makefile +++ b/net/mydns-mysql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2010/02/19 20:30:21 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2010/07/01 21:29:33 ghen Exp $ PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= MySQL-based DNS server CONFLICTS= mydns-pgsql-[0-9]* 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" |