diff options
Diffstat (limited to 'printutils/Config.src')
-rw-r--r-- | printutils/Config.src | 6 |
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 | ||
8 | config LPD | 8 | config 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 | ||
14 | config LPR | 14 | config 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 | ||
20 | config LPQ | 20 | config 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 | ||