svn commit: r255839 - head/contrib/unbound

Dag-Erling Smørgrav des at FreeBSD.org
Tue Sep 24 09:56:11 UTC 2013


Author: des
Date: Tue Sep 24 09:56:10 2013
New Revision: 255839
URL: http://svnweb.freebsd.org/changeset/base/255839

Log:
  Regenerate the configure script before running it.
  Set the default config file to /var/unbound/unbound.conf.
  
  Approved by:	re (blanket)

Modified:
  head/contrib/unbound/freebsd-configure.sh

Modified: head/contrib/unbound/freebsd-configure.sh
==============================================================================
--- head/contrib/unbound/freebsd-configure.sh	Tue Sep 24 09:54:07 2013	(r255838)
+++ head/contrib/unbound/freebsd-configure.sh	Tue Sep 24 09:56:10 2013	(r255839)
@@ -24,9 +24,11 @@ ldnsobj=$(realpath $(make -C$ldnsbld -V.
 [ -f $ldnsobj/libldns.a ] || error "can't find LDNS object directory"
 export LDFLAGS="-L$ldnsobj"
 
+autoconf
+autoheader
 ./configure \
 	--prefix= --exec-prefix=/usr \
-	--with-conf-file=/etc/unbound/unbound.conf \
+	--with-conf-file=/var/unbound/unbound.conf \
 	--with-run-dir=/var/unbound \
 	--with-username=unbound
 


More information about the svn-src-all mailing list