mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Remove unbound-contrl-setup since we use a local control socket which
does not require keys. MFC after: 3 days Relnotes: yes
This commit is contained in:
parent
7b036d7790
commit
8232a681f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295533
@ -38,6 +38,8 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20160211: Remove obsolete unbound-control-setup
|
||||
OLD_FILES+=usr/sbin/unbound-control-setup
|
||||
# 20160116: Update mandoc to cvs snapshot 20160116
|
||||
OLD_FILES+=usr/share/mdocml/example.style.css
|
||||
OLD_FILES+=usr/share/mdocml/style.css
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,6 @@ UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
|
||||
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
|
||||
|
||||
PROG= unbound-control
|
||||
SCRIPTS= unbound-control-setup.sh
|
||||
SRCS= unbound-control.c worker_cb.c
|
||||
CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR}
|
||||
LIBADD= unbound crypto ssl pthread
|
||||
|
Loading…
Reference in New Issue
Block a user