Index: head/usr.sbin/bsdinstall/scripts/hardening =================================================================== --- head/usr.sbin/bsdinstall/scripts/hardening +++ head/usr.sbin/bsdinstall/scripts/hardening @@ -46,7 +46,7 @@ "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>&-