diff options
author | des <des@FreeBSD.org> | 2016-02-11 17:33:55 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2016-02-11 17:33:55 +0000 |
commit | 3e7322496a7989753d217de23f1abd17d4ea5a40 (patch) | |
tree | 39dd96550e6c776605133af33c8108e2bda86c45 /tools | |
parent | 4deaf20e8bec867d08b7d8888468b2f9e83632be (diff) | |
download | FreeBSD-src-3e7322496a7989753d217de23f1abd17d4ea5a40.zip FreeBSD-src-3e7322496a7989753d217de23f1abd17d4ea5a40.tar.gz |
Remove unbound-contrl-setup since we use a local control socket which
does not require keys.
MFC after: 3 days
Relnotes: yes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 37f624e..87a40ba 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -7970,7 +7970,6 @@ OLD_FILES+=usr/sbin/unbound OLD_FILES+=usr/sbin/unbound-anchor OLD_FILES+=usr/sbin/unbound-checkconf OLD_FILES+=usr/sbin/unbound-control -OLD_FILES+=usr/sbin/unbound-control-setup OLD_FILES+=usr/share/man/man5/unbound.conf.5.gz OLD_FILES+=usr/share/man/man8/unbound-anchor.8.gz OLD_FILES+=usr/share/man/man8/unbound-checkconf.8.gz |