Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -28,33 +28,33 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
|
||||
|
||||
//config:config CHPST
|
||||
//config: bool "chpst"
|
||||
//config: bool "chpst (8.7 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: chpst changes the process state according to the given options, and
|
||||
//config: execs specified program.
|
||||
//config:
|
||||
//config:config SETUIDGID
|
||||
//config: bool "setuidgid"
|
||||
//config: bool "setuidgid (4.2 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Sets soft resource limits as specified by options
|
||||
//config:
|
||||
//config:config ENVUIDGID
|
||||
//config: bool "envuidgid"
|
||||
//config: bool "envuidgid (3.6 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Sets $UID to account's uid and $GID to account's gid
|
||||
//config:
|
||||
//config:config ENVDIR
|
||||
//config: bool "envdir"
|
||||
//config: bool "envdir (2.5 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Sets various environment variables as specified by files
|
||||
//config: in the given directory
|
||||
//config:
|
||||
//config:config SOFTLIMIT
|
||||
//config: bool "softlimit"
|
||||
//config: bool "softlimit (4.3 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Sets soft resource limits as specified by options
|
||||
|
@@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
|
||||
|
||||
//config:config RUNSV
|
||||
//config: bool "runsv"
|
||||
//config: bool "runsv (7.2 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: runsv starts and monitors a service and optionally an appendant log
|
||||
|
@@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
|
||||
|
||||
//config:config RUNSVDIR
|
||||
//config: bool "runsvdir"
|
||||
//config: bool "runsvdir (6 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: runsvdir starts a runsv process for each subdirectory, or symlink to
|
||||
|
@@ -154,7 +154,7 @@ Exit Codes
|
||||
/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
|
||||
|
||||
//config:config SV
|
||||
//config: bool "sv"
|
||||
//config: bool "sv (7.8 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: sv reports the current status and controls the state of services
|
||||
@@ -169,7 +169,7 @@ Exit Codes
|
||||
//config: Defaults to "/var/service"
|
||||
//config:
|
||||
//config:config SVC
|
||||
//config: bool "svc"
|
||||
//config: bool "svc (7.8 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: svc controls the state of services monitored by the runsv supervisor.
|
||||
|
@@ -125,7 +125,7 @@ log message, you can use a pattern like this instead
|
||||
*/
|
||||
|
||||
//config:config SVLOGD
|
||||
//config: bool "svlogd"
|
||||
//config: bool "svlogd (15 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: svlogd continuously reads log data from its standard input, optionally
|
||||
|
Reference in New Issue
Block a user