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}\""
_______________________________________________
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