pkgbase: Move telnetd and ftpd pam file to the utilities package

Both programs are in this package so put the pam.d file in there too.

Reported by:	emaste
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D24161
This commit is contained in:
manu 2020-03-24 01:08:06 +00:00
parent eecc8aad28
commit 6ef5ce24a2

View File

@ -26,7 +26,6 @@ ATPACKAGE+= at
.if ${MK_FTP} != "no"
CONFGROUPS+= FTP
FTP+= ftpd
FTPPACKAGE+= ftp
afterinstallconfig:
${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${CONFDIR}/ftpd ${DESTDIR}${CONFDIR}/ftp
@ -35,7 +34,6 @@ afterinstallconfig:
.if ${MK_TELNET} != "no"
CONFGROUPS+= TELNET
TELNET+= telnetd
TELNETPACKAGE+= telnet
.endif
.include <bsd.prog.mk>