projects
/
oweals
/
busybox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ash: some beautification work, no code changes
[oweals/busybox.git]
/
printutils
/
Config.in
1
menu "Print Utilities"
2
3
config LPD
4
bool "lpd"
5
default n
6
help
7
lpd is a print spooling daemon.
8
9
config LPR
10
bool "lpr"
11
default n
12
help
13
lpr sends files (or standard input) to a print spooling daemon.
14
15
config LPQ
16
bool "lpq"
17
default n
18
help
19
lpq is a print spool queue examination and manipulation program.
20
21
endmenu