diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-10-04 10:54:46 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-10-04 10:54:46 +0000 |
commit | dfcf34ab23ddeeae356716ed1bb2224728b47e92 (patch) | |
tree | 4425c962d1e4ee8f2a6257ab6cebd728b76ff3c1 /net-dns/pdns-recursor | |
parent | Cleanup. (diff) | |
download | gentoo-2-dfcf34ab23ddeeae356716ed1bb2224728b47e92.tar.gz gentoo-2-dfcf34ab23ddeeae356716ed1bb2224728b47e92.tar.bz2 gentoo-2-dfcf34ab23ddeeae356716ed1bb2224728b47e92.zip |
touchup patches
(Portage version: 2.1.3.11)
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/files/pdns-recursor-3.1.4-chdir.patch | 5 | ||||
-rw-r--r-- | net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-chdir.patch b/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-chdir.patch index 25e1c6b73006..d30ca4286c02 100644 --- a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-chdir.patch +++ b/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-chdir.patch @@ -1,6 +1,5 @@ -diff -Nur pdns-recursor-3.1.4.orig/pdns_recursor.cc pdns-recursor-3.1.4/pdns_recursor.cc ---- pdns-recursor-3.1.4.orig/pdns_recursor.cc 2006-11-12 16:56:13.000000000 +0000 -+++ pdns-recursor-3.1.4/pdns_recursor.cc 2007-06-08 22:05:35.551419115 +0000 +--- pdns-recursor/pdns_recursor.cc ++++ pdns-recursor/pdns_recursor.cc @@ -1565,6 +1565,10 @@ } } 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 338123c4964c..e0096c873a8c 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 @@ -1,6 +1,5 @@ -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 +--- pdns-recursor/config.h ++++ pdns-recursor/config.h @@ -1,5 +1,5 @@ #define SYSCONFDIR "/etc/powerdns/" -#define LOCALSTATEDIR "/var/run/" |