diff options
author | Timo Teras | 2010-03-18 22:45:35 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-03-18 22:45:35 +0100 |
commit | 892d4b6b3d7e9950ff3708ca957e1e0590dd5a2d (patch) | |
tree | 7b3064dca217fdec81a15e150e7beb0cdc84b9dd /util-linux/Config.in | |
parent | 8531d76a15890c2c535908ce888b2e2aed35b172 (diff) | |
download | busybox-892d4b6b3d7e9950ff3708ca957e1e0590dd5a2d.zip busybox-892d4b6b3d7e9950ff3708ca957e1e0590dd5a2d.tar.gz |
flock: new applet
function old new delta
flock_main - 253 +253
packed_usage 26466 26498 +32
applet_names 2170 2176 +6
applet_main 1280 1284 +4
applet_nameofs 640 642 +2
applet_install_loc 160 161 +1
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 5/0 up/down: 298/0) Total: 298 bytes
Signed-off-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index f04511b..d0d8df3 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -191,6 +191,12 @@ config FINDFS WARNING: With all submodules selected, it will add ~8k to busybox. +config FLOCK + bool "flock" + default y + help + Manage locks from shell scripts + config FREERAMDISK bool "freeramdisk" default n |