diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-16 02:27:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-16 02:27:24 +0000 |
commit | 83ea643d8dc9b6f53706ba30bc4b53338f4f7994 (patch) | |
tree | 3a5f790604219213666cbf5cccd747c02528912c /runit/Config.in | |
parent | 3672fe9e9141c0684cae1e72e84cb2704f2a8702 (diff) | |
download | busybox-w32-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.tar.gz busybox-w32-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.tar.bz2 busybox-w32-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.zip |
svlogd: new applet. +9k. Still too big, but it was 12k yesterday.
Diffstat (limited to 'runit/Config.in')
-rw-r--r-- | runit/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runit/Config.in b/runit/Config.in index b90b0232e..c849c074c 100644 --- a/runit/Config.in +++ b/runit/Config.in | |||
@@ -5,6 +5,14 @@ | |||
5 | 5 | ||
6 | menu "Runit Utilities" | 6 | menu "Runit Utilities" |
7 | 7 | ||
8 | config SVLOGD | ||
9 | bool "svlogd" | ||
10 | default n | ||
11 | help | ||
12 | svlogd continuously reads log data from its standard input, optionally | ||
13 | filters log messages, and writes the data to one or more automatically | ||
14 | rotated logs. | ||
15 | |||
8 | config CHPST | 16 | config CHPST |
9 | bool "chpst" | 17 | bool "chpst" |
10 | default n | 18 | default n |