summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb
index 49d5d2a959..d6bee9be14 100644
--- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb
+++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.0.bb
@@ -64,7 +64,7 @@ do_install() {
64 64
65 install -m 600 ${WORKDIR}/vsftpd.ftpusers ${D}${sysconfdir}/ 65 install -m 600 ${WORKDIR}/vsftpd.ftpusers ${D}${sysconfdir}/
66 install -m 600 ${WORKDIR}/vsftpd.user_list ${D}${sysconfdir}/ 66 install -m 600 ${WORKDIR}/vsftpd.user_list ${D}${sysconfdir}/
67 if ! test -z ${PAMLIB} ; then 67 if ! test -z "${PAMLIB}" ; then
68 install -d ${D}${sysconfdir}/pam.d/ 68 install -d ${D}${sysconfdir}/pam.d/
69 cp ${S}/RedHat/vsftpd.pam ${D}${sysconfdir}/pam.d/vsftpd 69 cp ${S}/RedHat/vsftpd.pam ${D}${sysconfdir}/pam.d/vsftpd
70 sed -i "s:/lib/security:${base_libdir}/security:" ${D}${sysconfdir}/pam.d/vsftpd 70 sed -i "s:/lib/security:${base_libdir}/security:" ${D}${sysconfdir}/pam.d/vsftpd