svn commit: r359266 - head/lib/libpam/pam.d

Emmanuel Vadot manu at FreeBSD.org
Tue Mar 24 01:08:07 UTC 2020


Author: manu
Date: Tue Mar 24 01:08:06 2020
New Revision: 359266
URL: https://svnweb.freebsd.org/changeset/base/359266

Log:
  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

Modified:
  head/lib/libpam/pam.d/Makefile

Modified: head/lib/libpam/pam.d/Makefile
==============================================================================
--- head/lib/libpam/pam.d/Makefile	Tue Mar 24 01:07:01 2020	(r359265)
+++ head/lib/libpam/pam.d/Makefile	Tue Mar 24 01:08:06 2020	(r359266)
@@ -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>


More information about the svn-src-head mailing list