Subject: CVS commit: pkgsrc/print/LPRng-core
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/21/2004 13:44:29
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri May 21 13:44:29 UTC 2004

Modified Files:
	pkgsrc/print/LPRng-core: Makefile PLIST distinfo
	pkgsrc/print/LPRng-core/patches: patch-ac
Removed Files:
	pkgsrc/print/LPRng-core/patches: patch-aa

Log Message:
Changes 3.8.27:
* Fixed: 'Missing HOLD_FILE' logic error fixed in lpd_rcvjob.c
* Fixed: configure with-initpath
   --with-initpath=PATH now works correctly
* Fixed (well, clarified):
  Errormsg() now checks for a 'null' error string and provides
  a printable version of errno for logging.
* Edited the Scan_queue() function to print error message and removed
  some dead code.
* lpc MOVE could result in endless loop.
* lpc MOVE will now start printing job in destination, rather than just copying
  and preserving status of last operation.
* Added detailed error message for connection failure.
* Found a really small (1 byte) memory leak in LPD.  Solves the mystery of
  the server dying with malloc failed messages.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/print/LPRng-core/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/print/LPRng-core/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/print/LPRng-core/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/print/LPRng-core/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/print/LPRng-core/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.