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:
parent
c016c89196
commit
9d7c39d873
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user