From 4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 17 Mar 2008 09:13:22 +0000 Subject: *: 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 --- sysklogd/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysklogd') 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 break badly. config FEATURE_IPC_SYSLOG_BUFFER_SIZE - int " Circular buffer size in Kbytes (minimum 4KB)" + int "Circular buffer size in Kbytes (minimum 4KB)" default 16 range 4 2147483647 depends on FEATURE_IPC_SYSLOG @@ -84,7 +84,7 @@ config LOGREAD stored in the syslogd circular buffer. config FEATURE_LOGREAD_REDUCED_LOCKING - bool "logread double buffering" + bool "Double buffering" default n depends on LOGREAD help -- cgit v1.2.3