From 5957218690ceb9d70de63d048f86c241a44e8b48 Mon Sep 17 00:00:00 2001 From: Davide Brini Date: Thu, 30 May 2013 16:20:55 +0200 Subject: [PATCH] Provide more accurate warning message Very simple fix. Acked-by: Gert Doering Message-Id: <0LzcMG-1ULZ4T0Fuc-014gq9@mail.gmx.com> URL: http://article.gmane.org/gmane.network.openvpn.devel/7628 Signed-off-by: Gert Doering (cherry picked from commit 3600996534c30978a7b0e9ddbe5e9743e6423d1a) --- src/openvpn/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/init.c b/src/openvpn/init.c index a43244232..ba1fdce74 100644 --- a/src/openvpn/init.c +++ b/src/openvpn/init.c @@ -2497,7 +2497,7 @@ do_option_warnings (struct context *c) else if (script_security >= SSEC_PW_ENV) msg (M_WARN, "WARNING: the current --script-security setting may allow passwords to be passed to scripts via environmental variables"); else - msg (M_WARN, "NOTE: " PACKAGE_NAME " 2.1+ requires '--script-security 2' or higher to call user-defined scripts or executables"); + msg (M_WARN, "NOTE: starting with " PACKAGE_NAME " 2.1, '--script-security 2' or higher is required to call user-defined scripts or executables"); } } -- 2.47.2