OSDN Git Service

crontab: almost complete rewrite
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 16 Feb 2008 13:17:13 +0000 (13:17 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 16 Feb 2008 13:17:13 +0000 (13:17 -0000)
commit069e347863fa46f684ab6bd7e48cefd8fa74b629
treeb2f2cb51963b95d56db7ff52ab3a65d5210f3cda
parentcd5c61cd3b9bcca6afd30d6117d2d2e1791a7375
crontab: almost complete rewrite
crontab: make options consistent with other implementations

   text    data     bss     dec     hex filename
   2042       4       0    2046     7fe busybox.t1/miscutils/crontab.o
   1331       0       0    1331     533 busybox.t2/miscutils/crontab.o

function                                             old     new   delta
edit_file                                            733     956    +223
open_as_user                                           -     171    +171
packed_usage                                       23652   23650      -2
CDir                                                   8       4      -4
ChangeUser                                           139       -    -139
crontab_main                                        1522     616    -906
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 1/3 up/down: 394/-1051)        Total: -657 bytes
include/usage.h
miscutils/crontab.c