4f73b397e7
o Fixes to make building and installing more easy o Make MaraDNS actually look into ${PKG_SYSCONFDIR} for its configuration file, thus bumping PKGREVISION.
13 lines
397 B
Text
13 lines
397 B
Text
$NetBSD: patch-ad,v 1.1 2003/11/14 21:19:03 cube Exp $
|
|
|
|
--- parse/ParseMaraRc.c.orig 2002-05-23 00:05:11.000000000 +0200
|
|
+++ parse/ParseMaraRc.c
|
|
@@ -815,7 +815,7 @@ int find_mararc(js_string *out) {
|
|
return JS_ERROR;
|
|
|
|
/* Simple and secure: We look for it in /etc/mararc */
|
|
- return js_qstr2js(out,"/etc/mararc");
|
|
+ return js_qstr2js(out,"@@PKGSYSCONFDIR@@/mararc");
|
|
|
|
}
|
|
|