In the last episode (May 02), Chris Dillon said:
> On Tue, 2 May 2000, Konrad Heuer wrote:
> > Hmm, I've never seen such a strange behaviour. Lpd should do FIFO.
> > Could you give some more infos about your environment (os release,
> > input filter program, printer type)?

Aha.  Yes, it _does_ do FIFO, but if you look at the source, the queue
sorting routine simply sorts on stat(mtime) of the queue file, so jobs
submitted in the same second will sort randomly.  A quick fix would be
to sleep for 1 second between "lpr" calls.

-- 
        Dan Nelson
        [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to