From: Donald Sharp Date: Sat, 5 Jan 2019 00:43:40 +0000 (-0500) Subject: configure: Add a bit more warning to the enable-shell option X-Git-Tag: frr-7.1-dev~18^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=65f1b6f85fa8b5f3b415621bcdd1fb2bcbd24d80;p=matthieu%2Ffrr.git configure: Add a bit more warning to the enable-shell option This option probably did not have enough of a please be careful warning around it. Let's add a bit more. Signed-off-by: Donald Sharp --- diff --git a/configure.ac b/configure.ac index 0d75f7d319..7f08e8e764 100755 --- a/configure.ac +++ b/configure.ac @@ -587,7 +587,7 @@ AC_SUBST([DFLT_NAME]) AC_DEFINE_UNQUOTED([DFLT_NAME], ["$DFLT_NAME"], [Name of the configuration default set]) if test "${enable_shell_access}" = "yes"; then - AC_DEFINE([HAVE_SHELL_ACCESS], [1], [Allow user to use ssh/telnet/bash]) + AC_DEFINE([HAVE_SHELL_ACCESS], [1], [Allow user to use ssh/telnet/bash, be aware this is considered insecure]) fi AM_CONDITIONAL([FPM], [test "x$enable_fpm" = "xyes"])