diff --git a/coreutils/uname.c b/coreutils/uname.c index 18c6d8efd..8a33cf3b5 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c @@ -58,7 +58,7 @@ //config: //can't use "ARCH" for this applet, all hell breaks loose in build system :) //config:config BB_ARCH -//config: bool "arch" +//config: bool "arch (1.6 kb)" //config: default y //config: help //config: Same as uname -m. diff --git a/miscutils/bbconfig.c b/miscutils/bbconfig.c index 4781a4276..faaacad18 100644 --- a/miscutils/bbconfig.c +++ b/miscutils/bbconfig.c @@ -2,7 +2,7 @@ /* This file was released into the public domain by Paul Fox. */ //config:config BBCONFIG -//config: bool "bbconfig" +//config: bool "bbconfig (9.7 kb)" //config: default n //config: help //config: The bbconfig applet will print the config file with which diff --git a/miscutils/beep.c b/miscutils/beep.c index 216f69400..782656fc5 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c @@ -8,7 +8,7 @@ * */ //config:config BEEP -//config: bool "beep" +//config: bool "beep (3 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index dbe9043f4..8659b491f 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c @@ -9,14 +9,14 @@ */ //config:config NANDWRITE -//config: bool "nandwrite" +//config: bool "nandwrite (5.9 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Write to the specified MTD device, with bad blocks awareness //config: //config:config NANDDUMP -//config: bool "nanddump" +//config: bool "nanddump (6.3 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/readahead.c b/miscutils/readahead.c index b8e9b257f..eb966b0f0 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c @@ -10,7 +10,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config READAHEAD -//config: bool "readahead" +//config: bool "readahead (2 kb)" //config: default y //config: depends on LFS //config: select PLATFORM_LINUX diff --git a/miscutils/rfkill.c b/miscutils/rfkill.c index 7411b6fc3..2c083b144 100644 --- a/miscutils/rfkill.c +++ b/miscutils/rfkill.c @@ -8,7 +8,7 @@ */ //config:config RFKILL -//config: bool "rfkill" +//config: bool "rfkill (5.3 kb)" //config: default n # doesn't build on Ubuntu 9.04 //config: select PLATFORM_LINUX //config: help diff --git a/networking/ether-wake.c b/networking/ether-wake.c index d7d691772..16155df54 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c @@ -64,7 +64,7 @@ * filter. That configuration consumes more power. */ //config:config ETHER_WAKE -//config: bool "ether-wake" +//config: bool "ether-wake (6.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/networking/ifupdown.c b/networking/ifupdown.c index a76fe1021..e067543fa 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -18,7 +18,7 @@ */ //config:config IFUP -//config: bool "ifup" +//config: bool "ifup (17 kb)" //config: default y //config: help //config: Activate the specified interfaces. This applet makes use @@ -34,7 +34,7 @@ //config: via busybox or via standalone utilities. //config: //config:config IFDOWN -//config: bool "ifdown" +//config: bool "ifdown (15 kb)" //config: default y //config: help //config: Deactivate the specified interfaces. diff --git a/networking/nslookup.c b/networking/nslookup.c index 8e3c8fed9..4e479730c 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -11,7 +11,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config NSLOOKUP -//config: bool "nslookup" +//config: bool "nslookup (4.5 kb)" //config: default y //config: help //config: nslookup is a tool to query Internet name servers. diff --git a/selinux/chcon.c b/selinux/chcon.c index ba9b08638..6caf14750 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c @@ -8,7 +8,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config CHCON -//config: bool "chcon" +//config: bool "chcon (8.9 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/getenforce.c b/selinux/getenforce.c index 37477652b..44bcdfd24 100644 --- a/selinux/getenforce.c +++ b/selinux/getenforce.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config GETENFORCE -//config: bool "getenforce" +//config: bool "getenforce (1.7 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/getsebool.c b/selinux/getsebool.c index fce478f5b..2c56a05fc 100644 --- a/selinux/getsebool.c +++ b/selinux/getsebool.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config GETSEBOOL -//config: bool "getsebool" +//config: bool "getsebool (5.5 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/load_policy.c b/selinux/load_policy.c index f969453e3..22ee0527d 100644 --- a/selinux/load_policy.c +++ b/selinux/load_policy.c @@ -5,7 +5,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config LOAD_POLICY -//config: bool "load_policy" +//config: bool "load_policy (1.6 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c index a3b2fcb74..7814f62ed 100644 --- a/selinux/matchpathcon.c +++ b/selinux/matchpathcon.c @@ -6,7 +6,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config MATCHPATHCON -//config: bool "matchpathcon" +//config: bool "matchpathcon (6.1 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/runcon.c b/selinux/runcon.c index 82f4d50d3..f7d6fcd29 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -29,7 +29,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config RUNCON -//config: bool "runcon" +//config: bool "runcon (6.6 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/selinuxenabled.c b/selinux/selinuxenabled.c index b80c4e71b..e2c44b3b8 100644 --- a/selinux/selinuxenabled.c +++ b/selinux/selinuxenabled.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config SELINUXENABLED -//config: bool "selinuxenabled" +//config: bool "selinuxenabled (321 bytes)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/sestatus.c b/selinux/sestatus.c index ad49c9d25..719832e8f 100644 --- a/selinux/sestatus.c +++ b/selinux/sestatus.c @@ -8,7 +8,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config SESTATUS -//config: bool "sestatus" +//config: bool "sestatus (12 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/setenforce.c b/selinux/setenforce.c index 8d18abd29..2e4ab77b1 100644 --- a/selinux/setenforce.c +++ b/selinux/setenforce.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config SETENFORCE -//config: bool "setenforce" +//config: bool "setenforce (2.1 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/setfiles.c b/selinux/setfiles.c index c14a67be5..ceba36326 100644 --- a/selinux/setfiles.c +++ b/selinux/setfiles.c @@ -4,7 +4,7 @@ Port to BusyBox (c) 2007 by Yuichi Nakamura */ //config:config SETFILES -//config: bool "setfiles" +//config: bool "setfiles (13 kb)" //config: default n //config: depends on SELINUX //config: help @@ -22,7 +22,7 @@ //config: the specified binary policy) for setfiles. Requires libsepol. //config: //config:config RESTORECON -//config: bool "restorecon" +//config: bool "restorecon (12 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/selinux/setsebool.c b/selinux/setsebool.c index 6a6bd031c..9005a384d 100644 --- a/selinux/setsebool.c +++ b/selinux/setsebool.c @@ -8,7 +8,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config SETSEBOOL -//config: bool "setsebool" +//config: bool "setsebool (1.7 kb)" //config: default n //config: depends on SELINUX //config: help diff --git a/sysklogd/logread.c b/sysklogd/logread.c index 71459941e..dd4c7cb6d 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c @@ -9,7 +9,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config LOGREAD -//config: bool "logread" +//config: bool "logread (6 kb)" //config: default y //WRONG: it should be compilable without SYSLOG=y: //WRONG: depends on FEATURE_IPC_SYSLOG diff --git a/util-linux/blkdiscard.c b/util-linux/blkdiscard.c index 85039c5d0..690062970 100644 --- a/util-linux/blkdiscard.c +++ b/util-linux/blkdiscard.c @@ -6,7 +6,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config BLKDISCARD -//config: bool "blkdiscard" +//config: bool "blkdiscard (5.3 kb)" //config: default y //config: help //config: blkdiscard discards sectors on a given device. diff --git a/util-linux/fallocate.c b/util-linux/fallocate.c index 1cd851bde..34f01ebd5 100644 --- a/util-linux/fallocate.c +++ b/util-linux/fallocate.c @@ -6,7 +6,7 @@ */ //config:config FALLOCATE -//config: bool "fallocate" +//config: bool "fallocate (5 kb)" //config: default y //config: help //config: Preallocate space for files. diff --git a/util-linux/nsenter.c b/util-linux/nsenter.c index 57b218dab..315e3420b 100644 --- a/util-linux/nsenter.c +++ b/util-linux/nsenter.c @@ -8,7 +8,7 @@ */ //config:config NSENTER -//config: bool "nsenter" +//config: bool "nsenter (8.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/util-linux/unshare.c b/util-linux/unshare.c index 875e3f86e..892d3b6c7 100644 --- a/util-linux/unshare.c +++ b/util-linux/unshare.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config UNSHARE -//config: bool "unshare" +//config: bool "unshare (9.2 kb)" //config: default y //config: depends on !NOMMU //config: select PLATFORM_LINUX