From 9d7c39d87313ead9481bf299bc10893a08a8057c Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Tue, 24 Mar 2020 01:08:06 +0000 Subject: [PATCH] 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 --- lib/libpam/pam.d/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libpam/pam.d/Makefile b/lib/libpam/pam.d/Makefile index 62c6ff16830d..43e43780ee33 100644 --- a/lib/libpam/pam.d/Makefile +++ b/lib/libpam/pam.d/Makefile @@ -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