pkgsrc/print/LPRng-core/patches/patch-ac

32 lines
1.2 KiB
Text
Raw Normal View History

$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.