]> code.ossystems Code Review - openembedded-core.git/commit
at: allow normal user to use 'at'
authorKevin Tian <kevin.tian@intel.com>
Wed, 26 Jan 2011 11:44:15 +0000 (19:44 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Feb 2011 23:59:40 +0000 (23:59 +0000)
commitab3161839a082547f64093eaf8a1e2d48db840e5
tree87627b6f35b928ff00441f42059cc43bcf045cde
parentede0009e7c30e22b0c41a648ec082b1fad013000
at: allow normal user to use 'at'

fix [BUGID #675]

Similar to previous cronie changes, so far 'at' environment is also not
complete and only root user could trigger delayed tasks. Similar permission
changes are required for:
/etc/at.deny
/usr/bin/at
/var/spool/at/

/usr/bin/at is setgid to 'daemon', to differentiate with cronie. So move
'at' out of 'cron' (/var/spool/cron/at -> /var/spool/at)

another fix is to rename /etc/init.d/at to atd which is more widely used
in other distros (also required by LTP test cases)

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/recipes-extended/at/at_3.1.12.bb