diff options
Diffstat (limited to 'meta/recipes-extended/cronie')
-rw-r--r-- | meta/recipes-extended/cronie/cronie_1.4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.4.9.bb b/meta/recipes-extended/cronie/cronie_1.4.9.bb index 7db0381245..b338c373ac 100644 --- a/meta/recipes-extended/cronie/cronie_1.4.9.bb +++ b/meta/recipes-extended/cronie/cronie_1.4.9.bb | |||
@@ -40,7 +40,7 @@ INITSCRIPT_NAME = "crond" | |||
40 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." | 40 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." |
41 | 41 | ||
42 | USERADD_PACKAGES = "${PN}" | 42 | USERADD_PACKAGES = "${PN}" |
43 | GROUPADD_PARAM_${PN} = "crontab" | 43 | GROUPADD_PARAM_${PN} = "--system crontab" |
44 | 44 | ||
45 | do_install_append () { | 45 | do_install_append () { |
46 | install -d ${D}${sysconfdir}/sysconfig/ | 46 | install -d ${D}${sysconfdir}/sysconfig/ |