svn commit: r350985 - head/dns/unbound/files

Bryan Drewery bdrewery at FreeBSD.org
Sat Apr 12 03:02:17 UTC 2014


On 4/11/2014 10:27 AM, Sergey Matveychuk wrote:
> Author: sem
> Date: Fri Apr 11 15:27:38 2014
> New Revision: 350985
> URL: http://svnweb.freebsd.org/changeset/ports/350985
> QAT: https://qat.redports.org/buildarchive/r350985/
> 
> Log:
>   - Fix unbound_anchorflags in RC script
> 
> Modified:
>   head/dns/unbound/files/unbound.in
> 
> Modified: head/dns/unbound/files/unbound.in
> ==============================================================================
> --- head/dns/unbound/files/unbound.in	Fri Apr 11 15:25:48 2014	(r350984)
> +++ head/dns/unbound/files/unbound.in	Fri Apr 11 15:27:38 2014	(r350985)
> @@ -35,7 +35,7 @@ start_precmd()
>  {
>  	%%PREFIX%%/sbin/unbound-checkconf > /dev/null && \
>  	echo -n "Obtaining a trust anchor:" && \
> -	su -m unbound -c %%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags} && \
> +	su -m unbound -c "%%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags}" && \
>  	echo .
>  }
>  
> 

PORTREVISION? Current package doesn't work:

# service unbound onestart
Obtaining a trust anchor:/usr/local/etc/rc.d/unbound: WARNING: failed
precmd routine for unbound

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 553 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140411/4685ad89/attachment.sig>


More information about the svn-ports-head mailing list