Very simple fix.
---
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 2a0ba85..9a9c49a 100644
--- a/src/openvpn/init.c
+++ b/src/openvpn/init.c
@@ -2547,7 +2547,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");
}
static void
--
1.7.10.4
--
D.