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:
parent
321728cef1
commit
2669f7ebf1
@ -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>&-
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user