Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-09-23 01:34:24 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2008-09-23 01:34:24 +0400
commit923a79a7690748f6df3fc3f6d461578cb10e7f88 (patch)
treeddaf77861737a795a78c5db1b5569a7e7077a596 /runit/Config.in
parent30cfdf90ceecad82a378396fad517cb4d3fe7b30 (diff)
runsvdir: conditionalize "log in argiment" (mis)feature. By Vladimir.
with: runsv 139 141 +2 runsvdir_main 1583 1513 -70 without: warn2_cannot 14 27 +13 runsv 139 141 +2 warnx 28 16 -12 warn3x 23 - -23 runsvdir_main 1583 1125 -458
Diffstat (limited to 'runit/Config.in')
-rw-r--r--runit/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/runit/Config.in b/runit/Config.in
index 8a7deea72..beff1e7e2 100644
--- a/runit/Config.in
+++ b/runit/Config.in
@@ -20,6 +20,15 @@ config RUNSVDIR
a directory, in the services directory dir, up to a limit of 1000
subdirectories, and restarts a runsv process if it terminates.
+config FEATURE_RUNSVDIR_LOG
+ bool "Enable scrolling argument log"
+ depends on RUNSVDIR
+ default n
+ help
+ Enable feature where second parameter of runsvdir holds last error
+ message (viewable via top/ps). Otherwise (feature is off
+ or no parameter), error messages go to stderr only.
+
config SV
bool "sv"
default n