diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/cronie/cronie/crontab | 6 | ||||
-rw-r--r-- | meta/recipes-extended/cronie/cronie_1.4.12.bb | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-extended/cronie/cronie/crontab b/meta/recipes-extended/cronie/cronie/crontab index cc9169eda9..22c4feb2dc 100644 --- a/meta/recipes-extended/cronie/cronie/crontab +++ b/meta/recipes-extended/cronie/cronie/crontab | |||
@@ -7,4 +7,8 @@ | |||
7 | SHELL=/bin/sh | 7 | SHELL=/bin/sh |
8 | PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | 8 | PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin |
9 | 9 | ||
10 | # m h dom mon dow user command | 10 | # m h dom mon dow user command |
11 | # 1 * * * * root cd / && run-parts /etc/cron.hourly | ||
12 | # 30 7 * * * root cd / && run-parts /etc/cron.daily | ||
13 | # 42 7 * * 7 root cd / && run-parts /etc/cron.weekly | ||
14 | # 55 7 1 * * root cd / && run-parts /etc/cron.monthly | ||
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 | ||
80 | FILES_${PN} += "${sysconfdir}/cron*" | 80 | FILES_${PN} += "${sysconfdir}/cron*" |
81 | CONFFILES_${PN} += "${sysconfdir}/crontab" | ||