Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 11:38:11 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272173 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201409261138.s8QBcBZd016423@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Fri Sep 26 11:38:10 2014
New Revision: 272173
URL: http://svnweb.freebsd.org/changeset/base/272173

Log:
  Add a line to the post-installation configuration dialog to enable the
  local_unbound service.
  
  MFC after:	3 days

Modified:
  head/usr.sbin/bsdinstall/scripts/services

Modified: head/usr.sbin/bsdinstall/scripts/services
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/services	Fri Sep 26 11:22:32 2014	(r272172)
+++ head/usr.sbin/bsdinstall/scripts/services	Fri Sep 26 11:38:10 2014	(r272173)
@@ -43,6 +43,7 @@ DAEMONS=$( dialog --backtitle "FreeBSD I
     --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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409261138.s8QBcBZd016423>