aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2017-07-06 12:19:15 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2017-07-06 12:19:15 +0000
commit2669f7ebf1997944a476f25fade18a6d6dbd6086 (patch)
treeeb772984dd53acdd6f24bcd5163223078dcbb794 /usr.sbin/bsdinstall
parent321728cef15990b0e0ac005c085b973200d9ae0a (diff)
downloadsrc-2669f7ebf1997944a476f25fade18a6d6dbd6086.tar.gz
src-2669f7ebf1997944a476f25fade18a6d6dbd6086.zip
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
Notes
Notes: svn path=/head/; revision=320732
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/hardening2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/hardening b/usr.sbin/bsdinstall/scripts/hardening
index 93a0f3c5d5f1..471108013d21 100755
--- a/usr.sbin/bsdinstall/scripts/hardening
+++ b/usr.sbin/bsdinstall/scripts/hardening
@@ -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>&-