Move inetd.conf to usr.sbin/inetd/

This is pkgbase related as it uses CONFS to tag the file as a config file

Approved by:	AllanJude (mentor)
Sponsored by:	Essen Hackathon
Differential Revision:	https://reviews.freebsd.org/D16693
This commit is contained in:
Brad Davis 2018-08-12 13:29:40 +00:00
parent 31ef5c6891
commit eecd09850d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337687
3 changed files with 1 additions and 4 deletions

View File

@ -63,10 +63,6 @@ BIN1+= amd.map
BIN1+= ftpusers
.endif
.if ${MK_INETD} != "no"
BIN1+= inetd.conf
.endif
.if ${MK_LOCATE} != "no"
BIN1+= ${SRCTOP}/usr.bin/locate/locate/locate.rc
.endif

View File

@ -3,6 +3,7 @@
.include <src.opts.mk>
CONFS= inetd.conf
PROG= inetd
MAN= inetd.8
MLINKS= inetd.8 inetd.conf.5