diff options
Diffstat (limited to 'meta-networking/recipes-daemons/proftpd')
-rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb index 6571b9cb7..29c309703 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb | |||
@@ -60,7 +60,7 @@ INITSCRIPT_NAME = "proftpd" | |||
60 | INITSCRIPT_PARAM = "defaults 85 15" | 60 | INITSCRIPT_PARAM = "defaults 85 15" |
61 | 61 | ||
62 | USERADD_PACKAGES = "${PN}" | 62 | USERADD_PACKAGES = "${PN}" |
63 | GROUPADD_PARAM_${PN} = "${FTPGROUP}" | 63 | GROUPADD_PARAM_${PN} = "--system ${FTPGROUP}" |
64 | USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} ${FTPUSER}" | 64 | USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} ${FTPUSER}" |
65 | 65 | ||
66 | FILES_${PN} += "/home/${FTPUSER}" | 66 | FILES_${PN} += "/home/${FTPUSER}" |