svn commit: r213309 - stable/8/usr.sbin/named

Doug Barton dougb at FreeBSD.org
Thu Sep 30 21:54:25 UTC 2010


Author: dougb
Date: Thu Sep 30 21:54:25 2010
New Revision: 213309
URL: http://svn.freebsd.org/changeset/base/213309

Log:
  MFC r213005:
  
  Remove confusing-though-technically-correct --disable-ipv6
  from CONFIGARGS.

Modified:
  stable/8/usr.sbin/named/Makefile
Directory Properties:
  stable/8/usr.sbin/named/   (props changed)

Modified: stable/8/usr.sbin/named/Makefile
==============================================================================
--- stable/8/usr.sbin/named/Makefile	Thu Sep 30 19:20:21 2010	(r213308)
+++ stable/8/usr.sbin/named/Makefile	Thu Sep 30 21:54:25 2010	(r213309)
@@ -9,7 +9,7 @@ SRCDIR=		${BIND_DIR}/bin/named
 
 PROG=		named
 
-CONFIGARGS='--prefix=/usr' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--enable-threads' '--disable-ipv6' '--enable-getifaddrs' '--disable-linux-caps' '--with-openssl=/usr' '--with-randomdev=/dev/random'
+CONFIGARGS='--prefix=/usr' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--enable-threads' '--enable-getifaddrs' '--disable-linux-caps' '--with-openssl=/usr' '--with-randomdev=/dev/random'
 
 # Optional features
 .if ${MK_BIND_LARGE_FILE} == "yes"


More information about the svn-src-stable-8 mailing list