svn commit: r273190 - releng/10.1/usr.sbin/bsdinstall/scripts

Dag-Erling Smørgrav des at FreeBSD.org
Thu Oct 16 22:07:44 UTC 2014


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


More information about the svn-src-releng mailing list