blob: fa8b2d97c94f7130e6051fdacf0c1fa45a961225 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2003/07/30 15:41:55 jmmv Exp $
--- src/iplog.h.orig Mon Jan 1 17:02:14 2001
+++ src/iplog.h
@@ -48,7 +48,7 @@
** Path of the iplog configuration file.
*/
-#define CONFFILE "/etc/iplog.conf"
+#define CONFFILE "@PKG_SYSCONFDIR@/iplog.conf"
/*
** Making these smaller will probably do bad things.
|