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 --- coreutils/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'coreutils/Config.in') diff --git a/coreutils/Config.in b/coreutils/Config.in index e2072c843..8d6192586 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -528,7 +528,7 @@ config SORT sort is used to sort lines of text in specified files. config FEATURE_SORT_BIG - bool "full SuSv3 compliant sort (Support -ktcsbdfiozgM)" + bool "Full SuSv3 compliant sort (support -ktcsbdfiozgM)" default y depends on SORT help @@ -546,7 +546,7 @@ config SPLIT split a file into pieces. config FEATURE_SPLIT_FANCY - bool "fancy extensions" + bool "Fancy extensions" default n depends on SPLIT help @@ -616,7 +616,7 @@ config TEE to standard output and files. config FEATURE_TEE_USE_BLOCK_IO - bool "Enable block i/o (larger/faster) instead of byte i/o." + bool "Enable block I/O (larger/faster) instead of byte I/O" default n depends on TEE help -- cgit v1.2.3