pkgsrc/print/LPRng-core/patches/patch-ac
adam d2baa6f3cb 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.
2004-05-21 13:44:29 +00:00

31 lines
1.2 KiB
Text

$NetBSD: patch-ac,v 1.3 2004/05/21 13:44:29 adam Exp $
--- man/lpd.conf.n.in.orig 2002-06-12 00:31:55.000000000 +0000
+++ man/lpd.conf.n.in
@@ -251,7 +251,7 @@ using other means, such as \fBgethostbyn
Formfeed string.
.TP
\fBfilter_ld_path\fR
-(default: /lib:/usr/lib:/usr/5lib:/usr/ucblib)
+(default: @FILTER_LD_PATH@)
The value for the environment variable LD_LIBRARY_PATH,
both used when executing, and passed on to filters.
This variable is used to find shared libraries on
@@ -269,7 +269,7 @@ and job information.
(see of_filter_options, filter_options, bk_filter_options, bk_of_filter_options)
.TP
\fBfilter_path\fR
-(default: /bin:/usr/bin:)
+(default: @FILTER_PATH@)
The value for the environment variable PATH, both used to find filters
and passed on to filters run by \fBlpd\fR and \fBlpr\fR.
.TP
@@ -498,7 +498,7 @@ All valid entries in these files will be
See PRINTCAP LOOKUP for details.
.TP
\fBperms_path\fR
-(default: /etc/lpd.perms:/usr/etc/lpd.perms:/var/spool/lpd/lpd.perms.%h)
+(default: @LPD_PERMS_PATH@)
The location of the printer permissions database.
If a file or filter does not exist, it is skipped.
The first file or filter that exists and is readable will be used.