aboutsummaryrefslogtreecommitdiff
path: root/printutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
commit2f32bf8be63f70125049402ba43101d8c6083d46 (patch)
tree8d01d287b58308bbb0bc6748c27357fae0a7aa12 /printutils
parentf0f94700610eba964441ce4a112134e03c76eb89 (diff)
downloadbusybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz
busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2
busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'printutils')
-rw-r--r--printutils/Config.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/printutils/Config.src b/printutils/Config.src
index 6912ece6c..194789660 100644
--- a/printutils/Config.src
+++ b/printutils/Config.src
@@ -7,19 +7,19 @@ menu "Print Utilities"
7 7
8config LPD 8config LPD
9 bool "lpd" 9 bool "lpd"
10 default n 10 default y
11 help 11 help
12 lpd is a print spooling daemon. 12 lpd is a print spooling daemon.
13 13
14config LPR 14config LPR
15 bool "lpr" 15 bool "lpr"
16 default n 16 default y
17 help 17 help
18 lpr sends files (or standard input) to a print spooling daemon. 18 lpr sends files (or standard input) to a print spooling daemon.
19 19
20config LPQ 20config LPQ
21 bool "lpq" 21 bool "lpq"
22 default n 22 default y
23 help 23 help
24 lpq is a print spool queue examination and manipulation program. 24 lpq is a print spool queue examination and manipulation program.
25 25