usr.sbin/bsdinstall/scripts/hardening: fix options numbers

Submitted by:	Bartek Rutkowski <robak@FreeBSD.org>
Reviewed by:	bapt
Approved by:	bapt
MFC after:	1 day
Differential Revision:	https://reviews.freebsd.org/D11505
This commit is contained in:
Bartek Rutkowski 2017-07-06 12:19:15 +00:00
parent 321728cef1
commit 2669f7ebf1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320732

View File

@ -46,7 +46,7 @@ FEATURES=$( dialog --backtitle "FreeBSD Installer" \
"7 clear_tmp" "Clean the /tmp filesystem on system startup" ${clear_tmp:-off} \
"8 disable_syslogd" "Disable opening Syslogd network socket (disables remote logging)" ${disable_syslogd:-off} \
"9 disable_sendmail" "Disable Sendmail service" ${disable_sendmail:-off} \
"9 secure_console" "Enable console password prompt" ${secure_console:-off} \
"10 secure_console" "Enable console password prompt" ${secure_console:-off} \
2>&1 1>&3 )
exec 3>&-