From 968639f4f28926529203f0b2d1f508acd6ab3c95 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Mon, 24 Sep 2012 19:36:55 +0200 Subject: [PATCH] fix pdns daemon exit code (rhbz#859898) --- pdns-return-exit0.patch | 11 ++++++++++ pdns.spec | 45 +++++++++++++++++++++++------------------ 2 files changed, 36 insertions(+), 20 deletions(-) create mode 100644 pdns-return-exit0.patch diff --git a/pdns-return-exit0.patch b/pdns-return-exit0.patch new file mode 100644 index 0000000..1641e01 --- /dev/null +++ b/pdns-return-exit0.patch @@ -0,0 +1,11 @@ +--- pdns-3.1/pdns/receiver.cc.orig 2012-05-04 12:13:23.000000000 +0200 ++++ pdns-3.1/pdns/receiver.cc 2012-09-22 01:19:23.081002321 +0200 +@@ -117,7 +117,7 @@ static void takedown(int i) + if(cpid) { + L< - 3.1-3 +- Fix pdns daemon exit code (rhbz#859898) +- Update systemd unit file + * Tue Sep 18 2012 Morten Stevens - 3.1-2 - Fix MongoDB backend @@ -367,6 +375,3 @@ fi - Subpackages now require %%{version}-%%{release} * Sat Dec 16 2006 2.9.20-1 - Initial import - - -