summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/proftpd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-daemons/proftpd
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 f2a89e5a2..981757b56 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"