crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Apr 2014 15:38:27 +0000 (17:38 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Apr 2014 15:38:27 +0000 (17:38 +0200)
commit43b8a1cc3825eedb85e10cbe2f91a20fbe7c4434
tree62bc18ff75268f611a0b97320f036dc32bfbccaf
parentd5929d602ee952d2f2468b4957a4ebd219108b2f
crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants

function                                             old     new   delta
fork_job                                             343     456    +113
load_crontab                                         688     777     +89
crond_main                                          1456    1434     -22
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 202/-22)           Total: 180 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/crond.c