From b4248e791964a6ab7baefb3e9b7ff54aa03276c1 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 10 Jul 2001 17:11:02 +0000 Subject: [PATCH] Provide a hint for the OPIE 'insecure' mode. --- etc/defaults/make.conf | 6 ++++++ share/examples/etc/make.conf | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 5544d5ad9ba..04eb496cf9e 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -111,6 +111,12 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # #WANT_OPENSSL_MANPAGES= true # +# To build usr.bin/opie* and libopie with options to make it accept +# being operatred over insecure TTY's. Mainly of use during debugging, +# This is also of use if all traffic is routinely encrypted. +# +#WANT_INSECURE_OPIE= true +# # To build sys/modules when building the world (our old way of doing things) #MODULES_WITH_WORLD=true # do not build modules when building kernel # diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 5544d5ad9ba..04eb496cf9e 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -111,6 +111,12 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # #WANT_OPENSSL_MANPAGES= true # +# To build usr.bin/opie* and libopie with options to make it accept +# being operatred over insecure TTY's. Mainly of use during debugging, +# This is also of use if all traffic is routinely encrypted. +# +#WANT_INSECURE_OPIE= true +# # To build sys/modules when building the world (our old way of doing things) #MODULES_WITH_WORLD=true # do not build modules when building kernel #