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:
parent
31ef5c6891
commit
eecd09850d
@ -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
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
CONFS= inetd.conf
|
||||
PROG= inetd
|
||||
MAN= inetd.8
|
||||
MLINKS= inetd.8 inetd.conf.5
|
||||
|
Loading…
Reference in New Issue
Block a user