From 2f32bf8be63f70125049402ba43101d8c6083d46 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Jun 2010 04:14:28 +0200 Subject: remove defconfig. Now "make defconfig" simply uses defaults from Config.in Signed-off-by: Denys Vlasenko --- coreutils/cat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/cat.c') diff --git a/coreutils/cat.c b/coreutils/cat.c index dbb6246ba..ab682588f 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c @@ -17,7 +17,7 @@ //config:config CAT //config: bool "cat" -//config: default n +//config: default y //config: help //config: cat is used to concatenate files and print them to the standard //config: output. Enable this option if you wish to enable the 'cat' utility. -- cgit v1.2.3