Date: Thu, 6 Jul 2017 12:19:15 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r320732 - head/usr.sbin/bsdinstall/scripts Message-ID: <201707061219.v66CJFBa083603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak (ports committer) Date: Thu Jul 6 12:19:15 2017 New Revision: 320732 URL: https://svnweb.freebsd.org/changeset/base/320732 Log: 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 Modified: head/usr.sbin/bsdinstall/scripts/hardening Modified: head/usr.sbin/bsdinstall/scripts/hardening ============================================================================== --- head/usr.sbin/bsdinstall/scripts/hardening Thu Jul 6 11:45:13 2017 (r320731) +++ head/usr.sbin/bsdinstall/scripts/hardening Thu Jul 6 12:19:15 2017 (r320732) @@ -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>&-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707061219.v66CJFBa083603>