diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-15 22:13:37 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-15 22:13:37 +0000 |
commit | 850c13baa3a2bbdee365d3682bf078309aae5501 (patch) | |
tree | 69e5c3bf52413e57c814369ba8ec08a2ed9fe680 /etc/rc.conf | |
parent | a6f8b5657f9ea0f6b93e4b06b0291bfb6909afe8 (diff) |
Enable Unbound in base, ok deraadt@
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index b52cec7151f..cbea6d72c9e 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.186 2014/03/13 10:11:01 florian Exp $ +# $OpenBSD: rc.conf,v 1.187 2014/03/15 22:13:36 sthen Exp $ # DO NOT EDIT THIS FILE!! # @@ -27,6 +27,7 @@ rbootd_flags=NO # for normal use: "" sshd_flags="" # for normal use: "" named_flags=NO # for normal use: "" nsd_flags=NO # for normal use: "-c /var/nsd/etc/nsd.conf" +unbound_flags=NO # for normal use: "-c /var/unbound/etc/unbound.conf" ldattach_flags=NO # for normal use: "[options] linedisc cua-device" ntpd_flags=NO # for normal use: "" isakmpd_flags=NO # for normal use: "" |