diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-06-11 19:13:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-06-11 19:13:11 +0000 |
commit | 747a1f458f256b60ea9f056266e966d65a90f4c7 (patch) | |
tree | 604077fb7270a42448b7ad4c91d0686f72b2e321 /net-dns/pdns-recursor/files | |
parent | Stable on ppc64; bug #181604 (diff) | |
download | gentoo-2-747a1f458f256b60ea9f056266e966d65a90f4c7.tar.gz gentoo-2-747a1f458f256b60ea9f056266e966d65a90f4c7.tar.bz2 gentoo-2-747a1f458f256b60ea9f056266e966d65a90f4c7.zip |
update the statedir location
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-dns/pdns-recursor/files')
-rw-r--r-- | net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch b/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch index db1a33c01780..338123c4964c 100644 --- a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch +++ b/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch @@ -4,7 +4,7 @@ diff -Nur pdns-recursor-3.1.4.orig/config.h pdns-recursor-3.1.4/config.h @@ -1,5 +1,5 @@ #define SYSCONFDIR "/etc/powerdns/" -#define LOCALSTATEDIR "/var/run/" -+#define LOCALSTATEDIR "/var/run/powerdns" ++#define LOCALSTATEDIR "/var/lib/powerdns" #define VERSION "3.1.4" #define RECURSOR #ifndef WIN32 |