Changes of Revision 14
[-] [+] | Changed | pdns.spec |
[-] [+] | Changed | pdns-3.1-init.patch ^ |
@@ -45,11 +45,11 @@ -if [ -n "$suffix" ] +if [ $suffix != "server" ] then -+ [ -f /etc/powerdns/$suffix/pdns.conf ] || exit 0 ++ [ -f /etc/pdns/$suffix/pdns.conf ] || exit 0 EXTRAOPTS=--config-name=$suffix PROGNAME=pdns-$suffix else -+ [ -f /etc/powerdns/pdns.conf ] || exit 0 ++ [ -f /etc/pdns/pdns.conf ] || exit 0 PROGNAME=pdns fi |