diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-24 23:32:36 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-24 23:32:36 +0000 |
commit | f99afb5dff00534df6cf8f4d9de5d274c7818eac (patch) | |
tree | 72eb7ab8b462f2adf8adc8d7ffeef3cf9c1135cc /printutils/Config.in | |
parent | a2f47358eb5479d65510b0eb506d52435ca26c21 (diff) | |
download | busybox-w32-f99afb5dff00534df6cf8f4d9de5d274c7818eac.tar.gz busybox-w32-f99afb5dff00534df6cf8f4d9de5d274c7818eac.tar.bz2 busybox-w32-f99afb5dff00534df6cf8f4d9de5d274c7818eac.zip |
lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>
Diffstat (limited to 'printutils/Config.in')
-rw-r--r-- | printutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/printutils/Config.in b/printutils/Config.in index b53b9e7fa..e5f18646c 100644 --- a/printutils/Config.in +++ b/printutils/Config.in | |||
@@ -1,5 +1,11 @@ | |||
1 | menu "print support" | 1 | menu "print support" |
2 | 2 | ||
3 | config LPD | ||
4 | bool "lpd" | ||
5 | default n | ||
6 | help | ||
7 | lpd is a print spooling daemon. | ||
8 | |||
3 | config LPR | 9 | config LPR |
4 | bool "lpr" | 10 | bool "lpr" |
5 | default n | 11 | default n |