Add a line to the post-installation configuration dialog to enable the

local_unbound service.

MFC after:	3 days
This commit is contained in:
Dag-Erling Smørgrav 2014-09-26 11:38:10 +00:00
parent ed2e001163
commit 58eb9abb31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272173

View File

@ -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} \