diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2014-04-30 14:47:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-04-30 14:47:28 +0200 |
commit | 01a1a967c99d6ea75387c6ca8041e9061ea4a111 (patch) | |
tree | 52dbb19bbf9236ca4f12c0005b444ffd5676c41c /miscutils/Kbuild.src | |
parent | 07e5555a8f7469f6f45cacd7fc188816ae644f74 (diff) | |
download | busybox-w32-01a1a967c99d6ea75387c6ca8041e9061ea4a111.tar.gz busybox-w32-01a1a967c99d6ea75387c6ca8041e9061ea4a111.tar.bz2 busybox-w32-01a1a967c99d6ea75387c6ca8041e9061ea4a111.zip |
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 9e164f16e..8eaa82de9 100644 --- a/miscutils/Kbuild.src +++ b/miscutils/Kbuild.src | |||
@@ -12,7 +12,6 @@ lib-$(CONFIG_BBCONFIG) += bbconfig.o | |||
12 | lib-$(CONFIG_BEEP) += beep.o | 12 | lib-$(CONFIG_BEEP) += beep.o |
13 | lib-$(CONFIG_CHAT) += chat.o | 13 | lib-$(CONFIG_CHAT) += chat.o |
14 | lib-$(CONFIG_CHRT) += chrt.o | 14 | lib-$(CONFIG_CHRT) += chrt.o |
15 | lib-$(CONFIG_CROND) += crond.o | ||
16 | lib-$(CONFIG_CRONTAB) += crontab.o | 15 | lib-$(CONFIG_CRONTAB) += crontab.o |
17 | lib-$(CONFIG_DC) += dc.o | 16 | lib-$(CONFIG_DC) += dc.o |
18 | lib-$(CONFIG_DEVFSD) += devfsd.o | 17 | lib-$(CONFIG_DEVFSD) += devfsd.o |