openbsd-ports/net/unbound/patches/patch-doc_example_conf_in

22 lines
856 B
Plaintext
Raw Normal View History

2012-12-12 11:00:34 -05:00
$OpenBSD: patch-doc_example_conf_in,v 1.11 2012/12/12 16:00:34 sthen Exp $
--- doc/example.conf.in.orig Wed Dec 12 08:45:28 2012
+++ doc/example.conf.in Wed Dec 12 10:05:52 2012
@@ -193,7 +193,7 @@ server:
2008-07-16 16:34:10 -04:00
# chroot: "@UNBOUND_CHROOT_DIR@"
# if given, user privileges are dropped (after binding port),
- # and the given username is assumed. Default is user "unbound".
2008-08-20 04:25:41 -04:00
+ # and the given username is assumed. Default is user "@UNBOUND_USERNAME@".
2008-07-16 16:34:10 -04:00
# If you give "" no privileges are dropped.
2008-08-20 04:25:41 -04:00
# username: "@UNBOUND_USERNAME@"
2008-07-16 16:34:10 -04:00
2012-12-12 11:00:34 -05:00
@@ -485,7 +485,7 @@ python:
remote-control:
# Enable remote control with unbound-control(8) here.
# set up the keys and certificates with unbound-control-setup.
- # control-enable: no
+ control-enable: yes
# what interfaces are listened to for remote control.
# give 0.0.0.0 and ::0 to listen to all interfaces.