Magellan Linux

Annotation of /tags/mkinitrd-6_1_11/busybox/printutils/Config.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 928 - (hide annotations) (download)
Wed Oct 28 13:31:19 2009 UTC (14 years, 10 months ago) by niro
File size: 434 byte(s)
tagged 'mkinitrd-6_1_11'
1 niro 816 #
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     config LPD
9     bool "lpd"
10     default n
11     help
12     lpd is a print spooling daemon.
13    
14     config LPR
15     bool "lpr"
16     default n
17     help
18     lpr sends files (or standard input) to a print spooling daemon.
19    
20     config LPQ
21     bool "lpq"
22     default n
23     help
24     lpq is a print spool queue examination and manipulation program.
25    
26     endmenu