diff options
author | mat <mat@FreeBSD.org> | 2014-06-06 18:59:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-06-06 18:59:46 +0800 |
commit | 2a78380888fb5fb4a0c28d056b8c4454eed659a6 (patch) | |
tree | 706172a7398f9cf43ec470d3de39b37bbfe1c41b | |
parent | 1f3f79ad5a50227fb483fd84fc6750762216913f (diff) | |
download | freebsd-ports-gnome-2a78380888fb5fb4a0c28d056b8c4454eed659a6.tar.gz freebsd-ports-gnome-2a78380888fb5fb4a0c28d056b8c4454eed659a6.tar.zst freebsd-ports-gnome-2a78380888fb5fb4a0c28d056b8c4454eed659a6.zip |
Don't install rndc.conf
It is generated by the rc script during the first startup. And if
the file is present, it messes up the rndc.key generation.
Poked by: Alain Audebert
Sponsored by: Absolight
-rw-r--r-- | dns/bind910/Makefile | 2 | ||||
-rw-r--r-- | dns/bind910/pkg-plist | 2 | ||||
-rw-r--r-- | dns/bind98/Makefile | 2 | ||||
-rw-r--r-- | dns/bind98/pkg-plist | 3 | ||||
-rw-r--r-- | dns/bind99/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/pkg-plist | 3 |
6 files changed, 6 insertions, 8 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 3dcef20d1e5e..c7f9f1f6990a 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.10.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/bind910/pkg-plist b/dns/bind910/pkg-plist index 3c842606393b..8214c75d2dfe 100644 --- a/dns/bind910/pkg-plist +++ b/dns/bind910/pkg-plist @@ -402,7 +402,7 @@ sbin/nsec3hash sbin/rndc sbin/rndc-confgen sbin/tsig-keygen -@sample %%ETCDIR%%/rndc.conf.sample +%%ETCDIR%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root %%NOBASE%%%%ETCDIR%%/master/empty.db diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 951074cd8293..bde460f11795 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.8.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/bind98/pkg-plist b/dns/bind98/pkg-plist index ba7e6dc311ad..f5e840b02bce 100644 --- a/dns/bind98/pkg-plist +++ b/dns/bind98/pkg-plist @@ -336,8 +336,7 @@ sbin/named-journalprint sbin/nsec3hash sbin/rndc sbin/rndc-confgen -%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample -%%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample +%%BIND_DESTETC%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root %%NOBASE%%%%ETCDIR%%/master/empty.db diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index c8ac92d7f27c..1b2784560092 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/bind99/pkg-plist b/dns/bind99/pkg-plist index 831e1e2fe926..ee264937862c 100644 --- a/dns/bind99/pkg-plist +++ b/dns/bind99/pkg-plist @@ -342,8 +342,7 @@ sbin/named-journalprint sbin/nsec3hash sbin/rndc sbin/rndc-confgen -%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample -%%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample +%%BIND_DESTETC%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root %%NOBASE%%%%ETCDIR%%/master/empty.db |