svn commit: r273042 - stable/10/usr.sbin/bsdinstall/scripts
Dag-Erling Smørgrav
des at FreeBSD.org
Mon Oct 13 15:53:02 UTC 2014
Author: des
Date: Mon Oct 13 15:53:01 2014
New Revision: 273042
URL: https://svnweb.freebsd.org/changeset/base/273042
Log:
MFH (r272173): offer to enable local_unbound after installation
Modified:
stable/10/usr.sbin/bsdinstall/scripts/services
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/bsdinstall/scripts/services
==============================================================================
--- stable/10/usr.sbin/bsdinstall/scripts/services Mon Oct 13 15:35:08 2014 (r273041)
+++ stable/10/usr.sbin/bsdinstall/scripts/services Mon Oct 13 15:53:01 2014 (r273042)
@@ -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-stable
mailing list