Files
cups/cups.xinetd
Johannes Meixner 43d7af687e Accepting request 38364 from home:jsmeix:branches:Printing
Copy from home:jsmeix:branches:Printing/cups via accept of submit request 38364 revision 2.
Request was accepted with message:
Adapted cups.xinetd to work with upstream compliant CUPS 1.4 on all platforms (bnc#575544)

OBS-URL: https://build.opensuse.org/request/show/38364
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=188
2010-04-20 15:02:40 +00:00

12 lines
256 B
Plaintext

service printer
{
disable = yes
flags = NAMEINARGS
socket_type = stream
protocol = tcp
wait = no
user = lp
server = /usr/lib/cups/daemon/cups-lpd
server_args = cups-lpd -o document-format=application/octet-stream
}