cvs commit: src/usr.sbin/lpr/lpd printjob.c

Garance A Drosehn gad at FreeBSD.org
Thu Dec 16 17:54:50 PST 2004


gad         2004-12-17 01:54:50 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/lpr/lpd     printjob.c 
  Log:
  When printing a data file received from some other host, check to make
  sure the data file has been completely transfered before starting to
  print it.  This is needed because some implementations of lpr will send
  the control-file for a print job before sending the matching data-files,
  and that can cause problems if the receiving host is a busy print-server.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.62      +100 -0    src/usr.sbin/lpr/lpd/printjob.c


More information about the cvs-all mailing list