Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2014 22:07:44 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r273190 - releng/10.1/usr.sbin/bsdinstall/scripts
Message-ID:  <201410162207.s9GM7iUa010152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Thu Oct 16 22:07:43 2014
New Revision: 273190
URL: https://svnweb.freebsd.org/changeset/base/273190

Log:
  MFH (r272173): offer to enable local_unbound after installation
  
  Approved by:	re (gjb)

Modified:
  releng/10.1/usr.sbin/bsdinstall/scripts/services
Directory Properties:
  releng/10.1/   (props changed)

Modified: releng/10.1/usr.sbin/bsdinstall/scripts/services
==============================================================================
--- releng/10.1/usr.sbin/bsdinstall/scripts/services	Thu Oct 16 22:04:07 2014	(r273189)
+++ releng/10.1/usr.sbin/bsdinstall/scripts/services	Thu Oct 16 22:07:43 2014	(r273190)
@@ -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?201410162207.s9GM7iUa010152>