Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst Disable all entropy checks for now untill c...



details:   https://anonhg.NetBSD.org/src/rev/8b690a7122b1
branches:  trunk
changeset: 946006:8b690a7122b1
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Nov 13 17:39:06 2020 +0000

description:
Disable all entropy checks for now untill consensus has been found how
to properly deal with it.

diffstat:

 usr.sbin/sysinst/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 51450129ed1b -r 8b690a7122b1 usr.sbin/sysinst/Makefile.inc
--- a/usr.sbin/sysinst/Makefile.inc     Fri Nov 13 17:19:06 2020 +0000
+++ b/usr.sbin/sysinst/Makefile.inc     Fri Nov 13 17:39:06 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.37 2020/11/04 14:29:40 martin Exp $
+#      $NetBSD: Makefile.inc,v 1.38 2020/11/13 17:39:06 martin Exp $
 #
 # Makefile for sysinst
 
@@ -47,7 +47,7 @@
 CPPFLAGS+=     -DNO_CLONES
 .endif
 
-.if ${CHECK_ENTROPY:Uyes} != "no"
+.if ${CHECK_ENTROPY:Uno} != "no"
 MENUS_MI+=     menus.entropy
 CPPFLAGS+=     -DCHECK_ENTROPY=1
 .endif
@@ -205,7 +205,7 @@
 MSG_MD+=       msg.pm.${SYSINSTLANG}
 .endif
 
-.if ${CHECK_ENTROPY:Uyes} != "no"
+.if ${CHECK_ENTROPY:Uno} != "no"
 MSG_MD+=       msg.entropy.${SYSINSTLANG}
 .endif
 



Home | Main Index | Thread Index | Old Index