diff options
Diffstat (limited to 'print/LPRng-core/patches')
-rw-r--r-- | print/LPRng-core/patches/patch-aa | 15 | ||||
-rw-r--r-- | print/LPRng-core/patches/patch-ac | 31 |
2 files changed, 7 insertions, 39 deletions
diff --git a/print/LPRng-core/patches/patch-aa b/print/LPRng-core/patches/patch-aa deleted file mode 100644 index 62f1c233a7e..00000000000 --- a/print/LPRng-core/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2002/09/27 04:01:32 dmcmahill Exp $ - ---- src/include/linksupport.h.orig Fri Oct 13 11:08:35 2000 -+++ src/include/linksupport.h -@@ -42,8 +42,10 @@ const char *Link_err_str (int n); - const char *Ack_err_str (int n); - int AF_Protocol(void); - int inet_pton( int family, const char *strptr, void *addr ); -+#ifndef HAVE_INET_NTOP - const char *inet_ntop( int family, const void *addr, - char *str, size_t len ); -+#endif - const char *inet_ntop_sockaddr( struct sockaddr *addr, - char *str, int len ); - diff --git a/print/LPRng-core/patches/patch-ac b/print/LPRng-core/patches/patch-ac index c4a8ae71c71..4199c9e7273 100644 --- a/print/LPRng-core/patches/patch-ac +++ b/print/LPRng-core/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2000/12/28 00:13:08 jlam Exp $ +$NetBSD: patch-ac,v 1.3 2004/05/21 13:44:29 adam Exp $ ---- man/lpd.conf.5.in.orig Fri Aug 27 21:38:52 1999 -+++ man/lpd.conf.5.in Mon Sep 13 11:35:56 1999 -@@ -250,7 +250,7 @@ +--- 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 @@ -11,33 +11,16 @@ $NetBSD: patch-ac,v 1.2 2000/12/28 00:13:08 jlam Exp $ 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 -@@ -268,7 +268,7 @@ +@@ -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:/usr/ucb:/usr/sbin:/usr/etc:/etc) +-(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 -@@ -387,7 +387,7 @@ - interfere with a previous installation of - LPD or LPRng. - .TP --\fBlpd_printcap_path\fR (default: "/etc/lpd_printcap:/usr/etc/lpd_printcap") -+\fBlpd_printcap_path\fR (default: @LPD_PRINTCAP_PATH@) - The location of additional - .B lpd - server printcap database information. -@@ -487,14 +487,14 @@ - See \fBprintcap\fP(5) for details. - .TP - \fBprintcap_path\fR --(default: "etc/printcap:/usr/etc/printcap:/var/spool/lpd/printcap.%h") -+(default: @PRINTCAP_PATH@) - The location of the printcap database information. - If a file or filter does not exist, it is skipped. - All valid entries in these files will be used. +@@ -498,7 +498,7 @@ All valid entries in these files will be See PRINTCAP LOOKUP for details. .TP \fBperms_path\fR |