diff options
Diffstat (limited to 'printutils/Config.in')
-rw-r--r-- | printutils/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/printutils/Config.in b/printutils/Config.in new file mode 100644 index 000000000..b53b9e7fa --- /dev/null +++ b/printutils/Config.in | |||
@@ -0,0 +1,15 @@ | |||
1 | menu "print support" | ||
2 | |||
3 | config LPR | ||
4 | bool "lpr" | ||
5 | default n | ||
6 | help | ||
7 | lpr sends files (or standard input) to a print spooling daemon. | ||
8 | |||
9 | config LPQ | ||
10 | bool "lpq" | ||
11 | default n | ||
12 | help | ||
13 | lpq is a print spool queue examination and manipulation program. | ||
14 | |||
15 | endmenu | ||