summaryrefslogtreecommitdiff
path: root/core/openvpn/openvpn-2.3.0-fix-systemd-ask-password-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/openvpn/openvpn-2.3.0-fix-systemd-ask-password-path.patch')
-rw-r--r--core/openvpn/openvpn-2.3.0-fix-systemd-ask-password-path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/openvpn/openvpn-2.3.0-fix-systemd-ask-password-path.patch b/core/openvpn/openvpn-2.3.0-fix-systemd-ask-password-path.patch
deleted file mode 100644
index 77291727a..000000000
--- a/core/openvpn/openvpn-2.3.0-fix-systemd-ask-password-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/openvpn/console.c.orig 2013-01-30 09:42:57.480257300 +0100
-+++ src/openvpn/console.c 2013-01-30 09:43:07.446179811 +0100
-@@ -162,7 +162,7 @@ get_console_input_systemd (const char *p
- struct argv argv;
-
- argv_init (&argv);
-- argv_printf (&argv, "/bin/systemd-ask-password");
-+ argv_printf (&argv, "/usr/bin/systemd-ask-password");
- argv_printf_cat (&argv, "%s", prompt);
-
- if ((std_out = openvpn_popen (&argv, NULL)) < 0) {