summaryrefslogtreecommitdiff
path: root/print/pnm2ppa/patches/patch-ab
blob: 5eda7fa4e68e46e9c9c5bcc215642bef4de7ac4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1 2003/09/17 18:40:49 jmmv Exp $

--- pnm2ppa.h.orig	Sat Jun 22 22:17:57 2002
+++ pnm2ppa.h	Sun May 11 09:39:33 2003
@@ -20,8 +20,8 @@
 
 #ifdef __PNM2PPA_C__
 
-static char *defaultcfgfile = "/etc/pnm2ppa.conf";
-static char *defaultgammafile = "/etc/pnm2ppa.gamma";
+static char *defaultcfgfile = PKG_SYSCONFDIR"/pnm2ppa.conf";
+static char *defaultgammafile = PKG_SYSCONFDIR"/pnm2ppa.gamma";
 
 static ppaPrinter_t printer;