Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 00:57:48 -0000
From:      Garance A Drosehn <gad@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/lpr/lpd printjob.c
Message-ID:  <200412170154.iBH1sop9086250@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412170154.iBH1sop9086250>