From: Christian Hofstaedtler Date: Wed, 8 May 2013 23:49:59 +0000 (+0200) Subject: Cleanup paths in pdns-recursor.init.d X-Git-Tag: rec-3.6.0-rc1~472^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d8caa26d4de7dbfec60c2ee22d65cc449c7719c;p=thirdparty%2Fpdns.git Cleanup paths in pdns-recursor.init.d prefix was unused, the others had a trailing slash, leading to process command lines like "/usr/sbin//pdns_recursor". --- diff --git a/pdns/pdns-recursor.init.d b/pdns/pdns-recursor.init.d index ebab3d8522..93082a9045 100755 --- a/pdns/pdns-recursor.init.d +++ b/pdns/pdns-recursor.init.d @@ -10,9 +10,8 @@ # chkconfig: - 80 75 # description: pdns_recursor is a versatile high performance recursing nameserver -prefix=/usr/ -BINARYPATH=/usr/bin/ -SBINARYPATH=/usr/sbin/ +BINARYPATH=/usr/bin +SBINARYPATH=/usr/sbin SOCKETPATH=/var/run pdns_server=$SBINARYPATH/pdns_recursor