diff options
author | Denys Vlasenko | 2015-07-21 19:50:48 +0200 |
---|---|---|
committer | Denys Vlasenko | 2015-07-21 19:50:48 +0200 |
commit | 35ae2ccb40924efcd0fd0c873cc9e56c58851222 (patch) | |
tree | 75f32dc79e063940ee1ea59a9d8cb1a215f1959e /coreutils/Config.src | |
parent | ce193f809b32368796a3aacf2ac8ba277f4c102a (diff) | |
download | busybox-35ae2ccb40924efcd0fd0c873cc9e56c58851222.zip busybox-35ae2ccb40924efcd0fd0c873cc9e56c58851222.tar.gz |
sync: add support for -d -f FILE
Based on the patch by Ari Sundholm <ari@tuxera.com>
function old new delta
sync_main 20 163 +143
packed_usage 30653 30673 +20
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 163/0) Total: 163 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 1ec3a0a..02155d2 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -571,12 +571,6 @@ config SUM help checksum and count the blocks in a file -config SYNC - bool "sync" - default y - help - sync is used to flush filesystem buffers. - config TAC bool "tac" default y |