Gentoo Linux installs this in /usr/bin by default. Also, the user may
have installed it in /usr/local/bin if building from source.
---
configure.ac | 3 +++
src/openvpn/console.c | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 77e950
On Fri, Oct 3, 2014 at 9:57 AM, David Sommerseth
wrote:
> From: David Sommerseth
>
> This is another systemd implementation clean-up. It was found that
> SELinux will block OpenVPN from checking /sys/fs/cgroups. As OpenVPN
> only checked /sys/fs/cgroups and /sys/fs/cgroups/systemd to see if
> s
On Sun, Nov 16, 2014 at 9:31 AM, David Sommerseth
wrote:
> From: David Sommerseth
>
> The system() call is prone to shell expansions and provides far more
> environments variables to the executable run than what is usually
> preferred. By moving over to exevce() shell expansions are far more
> d
---
distro/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/distro/Makefile.am b/distro/Makefile.am
index 2dd6a6e..bd65b79 100644
--- a/distro/Makefile.am
+++ b/distro/Makefile.am
@@ -13,3 +13,5 @@ MAINTAINERCLEANFILES = \
$(srcdir)/Makefile.in
SUBDIRS = rpm
+
+EXTRA_DIS