svn commit: r320732 - head/usr.sbin/bsdinstall/scripts

Bartek Rutkowski robak at FreeBSD.org
Thu Jul 6 12:19:17 UTC 2017


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 at 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>&-
 


More information about the svn-src-all mailing list