diff options
Diffstat (limited to 'meta-networking/recipes-daemons/proftpd')
| -rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb index f2a89e5a2f..981757b563 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb | |||
| @@ -131,15 +131,15 @@ INITSCRIPT_NAME = "proftpd" | |||
| 131 | INITSCRIPT_PARAM = "defaults 85 15" | 131 | INITSCRIPT_PARAM = "defaults 85 15" |
| 132 | 132 | ||
| 133 | SYSTEMD_PACKAGES = "${PN}" | 133 | SYSTEMD_PACKAGES = "${PN}" |
| 134 | SYSTEMD_SERVICE_${PN} = "proftpd.service" | 134 | SYSTEMD_SERVICE:${PN} = "proftpd.service" |
| 135 | 135 | ||
| 136 | USERADD_PACKAGES = "${PN}" | 136 | USERADD_PACKAGES = "${PN}" |
| 137 | GROUPADD_PARAM_${PN} = "--system ${FTPGROUP}" | 137 | GROUPADD_PARAM:${PN} = "--system ${FTPGROUP}" |
| 138 | USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} --no-create-home \ | 138 | USERADD_PARAM:${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} --no-create-home \ |
| 139 | --shell /bin/false ${FTPUSER}" | 139 | --shell /bin/false ${FTPUSER}" |
| 140 | 140 | ||
| 141 | MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs" | 141 | MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs" |
| 142 | 142 | ||
| 143 | FILES_${PN} += "/home/${FTPUSER}" | 143 | FILES:${PN} += "/home/${FTPUSER}" |
| 144 | 144 | ||
| 145 | RDEPENDS_${PN} += "perl" | 145 | RDEPENDS:${PN} += "perl" |
