From: Davide Brini Date: Thu, 30 May 2013 14:20:55 +0000 (+0200) Subject: Provide more accurate warning message X-Git-Tag: v2.4_alpha1~559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3600996534c30978a7b0e9ddbe5e9743e6423d1a;p=thirdparty%2Fopenvpn.git 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 --- diff --git a/src/openvpn/init.c b/src/openvpn/init.c index 1dc7ee7db..748892306 100644 --- a/src/openvpn/init.c +++ b/src/openvpn/init.c @@ -2553,7 +2553,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"); } }