Just for completeness, in case somebody is searching the list archives. 
The printer service that I am using right now looks like this:

service printer
{
        socket_type = stream
        protocol = tcp
        wait = no
        user = lp
        server = /usr/lib/cups/daemon/cups-lpd
        server_args = -o raw
        disable = no
}

The option -o raw was necessary to force cups to figure out itself what 
kind of file type the print job is. Apparently LPRng doesn't communicate 
that to cups. There is also a manpage for cups-lpd, which of course I 
found only after David pointed that out :)

        nick




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to