Hi Marc,
On Nov 4, 2011, at 12:33 , Marc Haber wrote:
> I would like to suggest changing in pdns/pdns.in the code
>
> suffix=`basename $0 | awk -F- '{print $2}'`
>
> to
>
> suffix=`basename $0 | cut -d- -f2-`
>
> for simplicity and to allow suffixes that contain a hyphen.
Applied in r2295. Thanks!
Kind regards,
Peter van Dijk