aboutsummaryrefslogtreecommitdiff
path: root/printutils/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'printutils/Config.src')
-rw-r--r--printutils/Config.src26
1 files changed, 26 insertions, 0 deletions
diff --git a/printutils/Config.src b/printutils/Config.src
new file mode 100644
index 000000000..194789660
--- /dev/null
+++ b/printutils/Config.src
@@ -0,0 +1,26 @@
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Print Utilities"
7
8config LPD
9 bool "lpd"
10 default y
11 help
12 lpd is a print spooling daemon.
13
14config LPR
15 bool "lpr"
16 default y
17 help
18 lpr sends files (or standard input) to a print spooling daemon.
19
20config LPQ
21 bool "lpq"
22 default y
23 help
24 lpq is a print spool queue examination and manipulation program.
25
26endmenu