1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Move blacklistd.conf to usr.sbin/blacklistd/

This is prep for pkging base and helps tag and install config files with the
correct packages.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D16493
This commit is contained in:
Brad Davis 2018-07-31 16:39:38 +00:00
parent 53fb9a2475
commit 6d88443da1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336977
3 changed files with 1 additions and 4 deletions

View File

@ -74,10 +74,6 @@ BIN1+= amd.map
BIN1+= auto_master
.endif
.if ${MK_BLACKLIST} != "no"
BIN1+= blacklistd.conf
.endif
.if ${MK_FREEBSD_UPDATE} != "no"
BIN1+= freebsd-update.conf
.endif

View File

@ -3,6 +3,7 @@
BLACKLIST_DIR=${SRCTOP}/contrib/blacklist
.PATH: ${BLACKLIST_DIR}/bin ${BLACKLIST_DIR}/port
CONFS= blacklistd.conf
PROG= blacklistd
SRCS= blacklistd.c conf.c run.c state.c support.c internal.c \
sockaddr_snprintf.c pidfile.c strtoi.c popenve.c