diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
commit | 4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 (patch) | |
tree | c1ca93c475e72736cfee70eaaa631f499da3b7e0 /sysklogd | |
parent | aa9b1828b91bc4b60f1164b7929a6a0ac091419e (diff) | |
download | busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.gz busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.bz2 busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.zip |
*: mode tcp/udpsvd to networking, delete ipsvd/*
*/Config.in: fixes to text
svlogd: make it NOMMU capable
function old new delta
processorstart 378 420 +42
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes
text data bss dec hex filename
797153 662 7420 805235 c4973 busybox_old
797196 662 7420 805278 c499e busybox_unstripped
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in index 45f86ed62..4312a0572 100644 --- a/sysklogd/Config.in +++ b/sysklogd/Config.in | |||
@@ -65,7 +65,7 @@ config FEATURE_IPC_SYSLOG | |||
65 | break badly. | 65 | break badly. |
66 | 66 | ||
67 | config FEATURE_IPC_SYSLOG_BUFFER_SIZE | 67 | config FEATURE_IPC_SYSLOG_BUFFER_SIZE |
68 | int " Circular buffer size in Kbytes (minimum 4KB)" | 68 | int "Circular buffer size in Kbytes (minimum 4KB)" |
69 | default 16 | 69 | default 16 |
70 | range 4 2147483647 | 70 | range 4 2147483647 |
71 | depends on FEATURE_IPC_SYSLOG | 71 | depends on FEATURE_IPC_SYSLOG |
@@ -84,7 +84,7 @@ config LOGREAD | |||
84 | stored in the syslogd circular buffer. | 84 | stored in the syslogd circular buffer. |
85 | 85 | ||
86 | config FEATURE_LOGREAD_REDUCED_LOCKING | 86 | config FEATURE_LOGREAD_REDUCED_LOCKING |
87 | bool "logread double buffering" | 87 | bool "Double buffering" |
88 | default n | 88 | default n |
89 | depends on LOGREAD | 89 | depends on LOGREAD |
90 | help | 90 | help |