From 4993eac25ce2737fc45aec08f21226f523405804 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 23 Oct 2019 21:51:46 +0000 Subject: remove never working setuid helper code from the build-system. refer to the Changelog for a longer reason. In conclusion, this is what people expect, this is what Package Managers patch away for portability, and we can't use install(1) for this because it's not a portable tool. --- src/vpn/Makefile.am | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/vpn/Makefile.am') diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 9992fa5ed..407d8ba92 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -14,21 +14,8 @@ plugindir = $(libdir)/gnunet pkgcfg_DATA = \ vpn.conf -if HAVE_SUDO -SUDO_OR_DOAS_BINARY= $(SUDO_BINARY) -else -if HAVE_DOAS_BINARY -SUDO_OR_DOAS_BINARY= $(DOAS_BINARY) -endif -endif - if LINUX VPNBIN = gnunet-helper-vpn -install-exec-hook: - chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-vpn - chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-vpn -else -install-exec-hook: endif -- cgit v1.2.3