summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-08-17 15:27:52 +0200
committerArne Schwabe <arne@rfc2549.org>2012-08-17 15:27:52 +0200
commit939eff1218f5527a7e225deaebdc7e592c121759 (patch)
tree5f785a2b1c478e54360f1e81b2907643faa41047
parent621a91c29df112a116bd87f8cb97c0a4039c1313 (diff)
Remove script-security warning, fix german spelling mistake
-rw-r--r--openvpn/src/openvpn/init.c7
-rw-r--r--res/values-de/strings.xml2
2 files changed, 1 insertions, 8 deletions
diff --git a/openvpn/src/openvpn/init.c b/openvpn/src/openvpn/init.c
index cd5ebd3d..b2013923 100644
--- a/openvpn/src/openvpn/init.c
+++ b/openvpn/src/openvpn/init.c
@@ -2488,13 +2488,6 @@ do_option_warnings (struct context *c)
msg (M_WARN, "NOTE: --connect-timeout option is not supported on this OS");
#endif
- if (script_security >= SSEC_SCRIPTS)
- msg (M_WARN, "NOTE: the current --script-security setting may allow this configuration to call user-defined scripts");
- 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");
-
if (script_method == SM_SYSTEM)
msg (M_WARN, "NOTE: --script-security method='system' is deprecated due to the fact that passed parameters will be subject to shell expansion");
}
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index 5d667a40..060ff12b 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -123,7 +123,7 @@
<string name="custom_options_title">Eigene Optionen</string>
<string name="edit_vpn">Ändere VPN Einstellungen</string>
<string name="remove_vpn_query">VPN %s löschen?</string>
- <string name="tun_open_error">Das Öffnen des tun Interfaces ist katastrophak gescheitert</string>
+ <string name="tun_open_error">Das Öffnen des tun Interfaces ist katastrophal gescheitert.</string>
<string name="error">"Fehler: "</string>
<string name="clear">Clear</string>
<string name="info">Info</string>