svn commit: r255819 - head/usr.sbin/unbound/local-setup

Dag-Erling Smørgrav des at FreeBSD.org
Mon Sep 23 17:35:23 UTC 2013


Author: des
Date: Mon Sep 23 17:35:23 2013
New Revision: 255819
URL: http://svnweb.freebsd.org/changeset/base/255819

Log:
  Ensure that resolvconf(8) preserves the edns0 setting.
  
  Approved by:	re (blanket)

Modified:
  head/usr.sbin/unbound/local-setup/local-unbound-setup.sh

Modified: head/usr.sbin/unbound/local-setup/local-unbound-setup.sh
==============================================================================
--- head/usr.sbin/unbound/local-setup/local-unbound-setup.sh	Mon Sep 23 16:47:52 2013	(r255818)
+++ head/usr.sbin/unbound/local-setup/local-unbound-setup.sh	Mon Sep 23 17:35:23 2013	(r255819)
@@ -157,6 +157,7 @@ gen_resolv_conf() {
 gen_resolvconf_conf() {
 	echo "# Generated by $self"
 	echo "name_servers=\"127.0.0.1\""
+	echo "resolv_conf_options=\"edns0\""
 	echo "unbound_conf=\"${forward_conf}\""
 	echo "unbound_pid=\"${pidfile}\""
 	echo "unbound_service=\"${service}\""


More information about the svn-src-all mailing list