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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to