blob: 338123c4964c88d4cf6aecd5749c4e501bfe0bd2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff -Nur pdns-recursor-3.1.4.orig/config.h pdns-recursor-3.1.4/config.h
--- pdns-recursor-3.1.4.orig/config.h 2006-11-12 16:56:13.000000000 +0000
+++ pdns-recursor-3.1.4/config.h 2007-06-08 21:54:26.227713454 +0000
@@ -1,5 +1,5 @@
#define SYSCONFDIR "/etc/powerdns/"
-#define LOCALSTATEDIR "/var/run/"
+#define LOCALSTATEDIR "/var/lib/powerdns"
#define VERSION "3.1.4"
#define RECURSOR
#ifndef WIN32
|