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
This commit is contained in:
2010-04-20 15:02:40 +00:00
committed by Git OBS Bridge
parent b6916d428c
commit 43d7af687e
3 changed files with 16 additions and 8 deletions

View File

@@ -6,6 +6,6 @@ service printer
protocol = tcp
wait = no
user = lp
server = @LIB@/cups/daemon/cups-lpd
server = /usr/lib/cups/daemon/cups-lpd
server_args = cups-lpd -o document-format=application/octet-stream
}