summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2014-09-26 11:38:10 +0000
committerdes <des@FreeBSD.org>2014-09-26 11:38:10 +0000
commit757078cc134595e78b9696aff063175cc48e806e (patch)
treede4009b749ac1f15cbd94eb1eaa36091b54e49d8 /usr.sbin
parentc769d494725dca528cb65f29fa6253d17147392c (diff)
downloadFreeBSD-src-757078cc134595e78b9696aff063175cc48e806e.zip
FreeBSD-src-757078cc134595e78b9696aff063175cc48e806e.tar.gz
Add a line to the post-installation configuration dialog to enable the
local_unbound service. MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/services1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/scripts/services b/usr.sbin/bsdinstall/scripts/services
index 54c5018..83786c2 100755
--- a/usr.sbin/bsdinstall/scripts/services
+++ b/usr.sbin/bsdinstall/scripts/services
@@ -43,6 +43,7 @@ DAEMONS=$( dialog --backtitle "FreeBSD Installer" \
--title "System Configuration" --nocancel --separate-output \
--checklist "Choose the services you would like to be started at boot:" \
0 0 0 \
+ local_unbound "Local caching validating resolver" ${local_unbound:-off} \
sshd "Secure shell daemon" ${sshd_enable:-off} \
moused "PS/2 mouse pointer on console" ${moused_enable:-off} \
ntpd "Synchronize system and network time" ${ntpd_enable:-off} \
OpenPOWER on IntegriCloud