summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cronie/cronie
Commit message (Collapse)AuthorAgeFilesLines
* cronie: update to 1.5.4Oleksandr Kravchuk2019-04-121-8/+8
| | | | | | | (From OE-Core rev: 9a656de74606e5c3ff5df4cf60ef1918728e952e) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cronie: upgrade to 1.5.1Alejandro Hernandez2016-08-041-6/+9
| | | | | | | | (From OE-Core rev: a3f60d365e7ff20a1ad0875375b083a5baaaf9f1) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cronie: Added default crontabAlejandro Hernandez2014-11-251-1/+5
| | | | | | | | | | | | | | Added default configuration to crontab, for instructive pruposes Added /etc/crontab to CONFFILES to avoid overwriting if updating via PMS [YOCTO 6644] (From OE-Core rev: 23303ff8f6fba72be5c295981631bb357a583924) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cronie: Upgrade to 1.4.12Alejandro Hernandez2014-11-251-31/+0
| | | | | | | | | | | | | Fixed license BSD, it should've been BSD-3 & BSD-2 Added license GPLv2+ according to upstream Patch fix-out-of-tree-build removed; already on upstream. (From OE-Core rev: c69373a3dcaaccb5a1cabc2890549fc46030e068) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cronie: add systemd supportChen Qi2014-04-241-0/+11
| | | | | | | | | Add systemd support for cronie. (From OE-Core rev: 8a92601f8a2030f7875ee1fc6f09fd8242bd7e0d) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cronie: fix init.d/crond status return valueYue Tao2013-11-291-5/+2
| | | | | | | (From OE-Core rev: da9c74917804a823bcf122b778aef273c3b64ede) Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* crond: remove UID check in init scriptJack Mitchell2013-10-181-8/+0
| | | | | | | | | | | | this init script fails when the default shell is busybox sh. This is because busybox sh doesn't set the UID. No other init scripts in oecore feel the need to check the UID so just remove the check. (From OE-Core rev: dd6a45536043af34c05a699e468cef4845f7affd) Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cronie: fix out of tree buildSaul Wold2013-08-191-0/+31
| | | | | | | (From OE-Core rev: fd9e591f266e1a6c183e77f24e50d31e0d52bdd5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cronie: Updates to cronieWenzong Fan2011-08-241-2/+0
| | | | | | | | | | | | 1) Add required pam plugins to RDEPENDS list; 2) Correct configure option that used for enable pam support; 3) Create empty crond config file cron.deny; 4) Don't set readonly variable UID in crond init script. (From OE-Core rev: 0fa1989b03cf70c7f27629c8340963fcef862097) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cronie: enable PAM support for cronieWenzong Fan2011-07-271-0/+19
| | | | | | | | | Enable PAM support for cronie and update its pam config file 'crond'. (From OE-Core rev: fec92e4b0c34adc9d512f61ff22de9026b83e3b4) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cronie: enable multi-user crontab usage and make cron environment completeKevin Tian2011-02-011-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix [BUGID #673] several cron related test cases in LTP reveals that our current cron recipe is not complete: a) a complete cron hierarchy better have: /etc/crontab /etc/cron.d /etc/cron.hourly /etc/cron.daily /etc/cron.weekly /etc/cron.monthly b) for a normal user to use crontab command: add a new group - crontab /usr/bin/crontab is setgid to root:crontab /var/spool/cron is owned by root:crontab below are optional, and thus not included in the default setup: /etc/cron.deny /etc/cron.allow cronie by default only allows root user to use crontab, if neither cron.deny nor cron.allow exists. They are controlled by final policy deployed on the product. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* cronie: add the latest version 1.4.4Dexuan Cui2010-09-021-0/+71
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>