From 07c3f3802d68880825052fb7902534bd31dc3f05 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Sat, 17 Apr 2010 20:56:36 +0200 Subject: Config.in: mark all applets POSIX only --- runit/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'runit') diff --git a/runit/Config.in b/runit/Config.in index 422ca7517..c45ec631b 100644 --- a/runit/Config.in +++ b/runit/Config.in @@ -8,6 +8,7 @@ menu "Runit Utilities" config RUNSV bool "runsv" default n + depends on PLATFORM_POSIX help runsv starts and monitors a service and optionally an appendant log service. @@ -15,6 +16,7 @@ config RUNSV config RUNSVDIR bool "runsvdir" default n + depends on PLATFORM_POSIX help runsvdir starts a runsv process for each subdirectory, or symlink to a directory, in the services directory dir, up to a limit of 1000 @@ -32,6 +34,7 @@ config FEATURE_RUNSVDIR_LOG config SV bool "sv" default n + depends on PLATFORM_POSIX help sv reports the current status and controls the state of services monitored by the runsv supervisor. @@ -47,6 +50,7 @@ config SV_DEFAULT_SERVICE_DIR config SVLOGD bool "svlogd" default n + depends on PLATFORM_POSIX help svlogd continuously reads log data from its standard input, optionally filters log messages, and writes the data to one or more automatically @@ -55,28 +59,33 @@ config SVLOGD config CHPST bool "chpst" default n + depends on PLATFORM_POSIX help chpst changes the process state according to the given options, and execs specified program. config SETUIDGID bool "setuidgid" + depends on PLATFORM_POSIX help Sets soft resource limits as specified by options config ENVUIDGID bool "envuidgid" + depends on PLATFORM_POSIX help Sets $UID to account's uid and $GID to account's gid config ENVDIR bool "envdir" + depends on PLATFORM_POSIX help Sets various environment variables as specified by files in the given directory config SOFTLIMIT bool "softlimit" + depends on PLATFORM_POSIX help Sets soft resource limits as specified by options -- cgit v1.2.3-55-g6feb