diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-27 16:50:50 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-27 16:50:50 +0100 |
commit | 65608e0f8bbc0190cc1b7646f653e796c807f02b (patch) | |
tree | 274ade8f5007bd7f9c252d8262637e0300363e82 /cups-lpd |
import cups from F16
Diffstat (limited to 'cups-lpd')
-rw-r--r-- | cups-lpd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cups-lpd b/cups-lpd new file mode 100644 index 0000000..2d9e197 --- /dev/null +++ b/cups-lpd @@ -0,0 +1,11 @@ +# default: off +# description: Allow applications using the legacy lpd protocol to communicate with CUPS +service printer +{ + disable = yes + socket_type = stream + protocol = tcp + wait = no + user = lp + server = /usr/lib/cups/daemon/cups-lpd +} |