diff options
author | des <des@FreeBSD.org> | 2014-10-16 22:07:43 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2014-10-16 22:07:43 +0000 |
commit | 0eff0ce1b97686bedb343d04a2eee76bb802a476 (patch) | |
tree | f596e70ee1d76eb1f2a60f2f7198b514f0c8a080 | |
parent | ebc10c6793d974f4d65fd42411ce245e4381e63a (diff) | |
download | FreeBSD-src-0eff0ce1b97686bedb343d04a2eee76bb802a476.zip FreeBSD-src-0eff0ce1b97686bedb343d04a2eee76bb802a476.tar.gz |
MFH (r272173): offer to enable local_unbound after installation
Approved by: re (gjb)
-rwxr-xr-x | usr.sbin/bsdinstall/scripts/services | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/scripts/services b/usr.sbin/bsdinstall/scripts/services index 54c5018..83786c2 100755 --- a/usr.sbin/bsdinstall/scripts/services +++ b/usr.sbin/bsdinstall/scripts/services @@ -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} \ |