diff options
author | Denys Vlasenko | 2014-04-30 14:47:28 +0200 |
---|---|---|
committer | Denys Vlasenko | 2014-04-30 14:47:28 +0200 |
commit | 01a1a967c99d6ea75387c6ca8041e9061ea4a111 (patch) | |
tree | 52dbb19bbf9236ca4f12c0005b444ffd5676c41c /miscutils/Kbuild.src | |
parent | 07e5555a8f7469f6f45cacd7fc188816ae644f74 (diff) | |
download | busybox-01a1a967c99d6ea75387c6ca8041e9061ea4a111.zip busybox-01a1a967c99d6ea75387c6ca8041e9061ea4a111.tar.gz |
crond: tweak help text, make course less cryptic
function old new delta
packed_usage 29736 29740 +4
crond_main 1485 1486 +1
load_crontab 712 706 -6
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Kbuild.src')
-rw-r--r-- | miscutils/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/Kbuild.src b/miscutils/Kbuild.src index 9e164f1..8eaa82d 100644 --- a/miscutils/Kbuild.src +++ b/miscutils/Kbuild.src @@ -12,7 +12,6 @@ lib-$(CONFIG_BBCONFIG) += bbconfig.o lib-$(CONFIG_BEEP) += beep.o lib-$(CONFIG_CHAT) += chat.o lib-$(CONFIG_CHRT) += chrt.o -lib-$(CONFIG_CROND) += crond.o lib-$(CONFIG_CRONTAB) += crontab.o lib-$(CONFIG_DC) += dc.o lib-$(CONFIG_DEVFSD) += devfsd.o |