diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-19 00:45:46 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-19 00:45:46 +0200 |
commit | 854bb6879da7277446c7a943387e2880017804e0 (patch) | |
tree | c74e243cf123f0be6d692eadf12944137f686a15 /printutils/Config.src | |
parent | 0863e1a576c4b26bb87564b3a403f1094814f1aa (diff) | |
download | busybox-w32-854bb6879da7277446c7a943387e2880017804e0.tar.gz busybox-w32-854bb6879da7277446c7a943387e2880017804e0.tar.bz2 busybox-w32-854bb6879da7277446c7a943387e2880017804e0.zip |
printutils/*: convert to new-style "one file" applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'printutils/Config.src')
-rw-r--r-- | printutils/Config.src | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/printutils/Config.src b/printutils/Config.src index cc4ab8d28..e53b9d093 100644 --- a/printutils/Config.src +++ b/printutils/Config.src | |||
@@ -7,22 +7,4 @@ menu "Print Utilities" | |||
7 | 7 | ||
8 | INSERT | 8 | INSERT |
9 | 9 | ||
10 | config LPD | ||
11 | bool "lpd" | ||
12 | default y | ||
13 | help | ||
14 | lpd is a print spooling daemon. | ||
15 | |||
16 | config LPR | ||
17 | bool "lpr" | ||
18 | default y | ||
19 | help | ||
20 | lpr sends files (or standard input) to a print spooling daemon. | ||
21 | |||
22 | config LPQ | ||
23 | bool "lpq" | ||
24 | default y | ||
25 | help | ||
26 | lpq is a print spool queue examination and manipulation program. | ||
27 | |||
28 | endmenu | 10 | endmenu |