summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cronie/cronie_1.4.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/cronie/cronie_1.4.12.bb')
-rw-r--r--meta/recipes-extended/cronie/cronie_1.4.12.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.4.12.bb b/meta/recipes-extended/cronie/cronie_1.4.12.bb
index e40475662d..977332b3fc 100644
--- a/meta/recipes-extended/cronie/cronie_1.4.12.bb
+++ b/meta/recipes-extended/cronie/cronie_1.4.12.bb
@@ -63,7 +63,7 @@ do_install_append () {
63 mkdir -p ${D}${sysconfdir}/cron.weekly 63 mkdir -p ${D}${sysconfdir}/cron.weekly
64 mkdir -p ${D}${sysconfdir}/cron.monthly 64 mkdir -p ${D}${sysconfdir}/cron.monthly
65 touch ${D}${sysconfdir}/cron.deny 65 touch ${D}${sysconfdir}/cron.deny
66 66
67 # below setting is necessary to allow normal user using crontab 67 # below setting is necessary to allow normal user using crontab
68 68
69 # setgid for crontab binary 69 # setgid for crontab binary
@@ -78,3 +78,4 @@ do_install_append () {
78} 78}
79 79
80FILES_${PN} += "${sysconfdir}/cron*" 80FILES_${PN} += "${sysconfdir}/cron*"
81CONFFILES_${PN} += "${sysconfdir}/crontab"