mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Really fix pam install. Don't commit late at night or you make simple mistakes.
Reported by: dumbbell Approved by: re (gjb), will (mentor)
This commit is contained in:
parent
0d77d170af
commit
becaaa9be9
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ FTP+= ftpd
|
|||
FTPPACKAGE+= ftp
|
||||
|
||||
afterinstallconfig:
|
||||
${INSTALL_LINK} ${TAG_ARGS} ${CONFDIR}/ftpd ${CONFDIR}/ftp
|
||||
${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${CONFDIR}/ftpd ${DESTDIR}${CONFDIR}/ftp
|
||||
.endif
|
||||
|
||||
.if ${MK_TELNET} != "no"
|
||||
|
|
|
|||
Loading…
Reference in a new issue