mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
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
This commit is contained in:
parent
4e5e6e3978
commit
458efc5914
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356762
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user