source: MondoRescue/branches/3.2/mindi-busybox/printutils/Config.src@ 3232

Last change on this file since 3232 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File size: 442 bytes
Line 
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
8INSERT
9
10config LPD
11 bool "lpd"
12 default y
13 help
14 lpd is a print spooling daemon.
15
16config LPR
17 bool "lpr"
18 default y
19 help
20 lpr sends files (or standard input) to a print spooling daemon.
21
22config LPQ
23 bool "lpq"
24 default y
25 help
26 lpq is a print spool queue examination and manipulation program.
27
28endmenu
Note: See TracBrowser for help on using the repository browser.