Move freebsd-update.conf to usr.sbin/freebsd-update.

This is prep for pkgbase so that config files are tagged as such.

Approved by:	will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16556
This commit is contained in:
Brad Davis 2018-08-04 22:25:41 +00:00
parent 4d2cf170d3
commit 6e6d254d7c
3 changed files with 1 additions and 4 deletions

View File

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

View File

@ -1,5 +1,6 @@
# $FreeBSD$
CONFS= freebsd-update.conf
SCRIPTS=freebsd-update.sh
MAN= freebsd-update.8