summaryrefslogtreecommitdiff
path: root/print/LPRng-core/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2006-06-21This is a Makefile, not a shell script... don't set SHELL="/bin/sh",jlam1-1/+2
but rather SHELL=/bin/sh. This fixes the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2005-12-29Fix errno deetection and use of the test results. Isn't it a lot betterjoerg1-1/+6
when the conditional matches the variable name from the test case?
2005-11-08Interix has unsetenv(3), but it has no prototype, so compilation failstv1-1/+2
with -Werror. Fall through to setenv(..., "", 1) block instead by skipping the HAVE_UNSETENV block.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-11-28Updated LPRng-core to 3.8.28martti1-3/+3
* doc updates * bug fixes
2004-05-21Changes 3.8.27:adam1-5/+4
* 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.
2002-09-27fix compilation on sparc (all big endian machines?).dmcmahill1-1/+2
2001-04-20Move to sha1 digests, where appropriate and possible, and add distfileagc1-2/+3
sizes.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo