summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/proftpd
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/proftpd')
-rw-r--r--meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb10
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"
131INITSCRIPT_PARAM = "defaults 85 15" 131INITSCRIPT_PARAM = "defaults 85 15"
132 132
133SYSTEMD_PACKAGES = "${PN}" 133SYSTEMD_PACKAGES = "${PN}"
134SYSTEMD_SERVICE_${PN} = "proftpd.service" 134SYSTEMD_SERVICE:${PN} = "proftpd.service"
135 135
136USERADD_PACKAGES = "${PN}" 136USERADD_PACKAGES = "${PN}"
137GROUPADD_PARAM_${PN} = "--system ${FTPGROUP}" 137GROUPADD_PARAM:${PN} = "--system ${FTPGROUP}"
138USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} --no-create-home \ 138USERADD_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
141MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs" 141MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs"
142 142
143FILES_${PN} += "/home/${FTPUSER}" 143FILES:${PN} += "/home/${FTPUSER}"
144 144
145RDEPENDS_${PN} += "perl" 145RDEPENDS:${PN} += "perl"