Magellan Linux

Contents of /tags/mkinitrd-6_3_1/busybox/printutils/Config.src

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1123 - (show annotations) (download) (as text)
Wed Aug 18 21:56:57 2010 UTC (13 years, 10 months ago) by niro
Original Path: trunk/mkinitrd-magellan/busybox/printutils/Config.src
File MIME type: application/x-wais-source
File size: 442 byte(s)
-updated to busybox-1.17.1
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Print Utilities"
7
8 INSERT
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