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:
Emmanuel Vadot 2020-03-24 01:08:06 +00:00
parent c016c89196
commit 9d7c39d873
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359266

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>