aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/install-vpn-helper.sh
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-23 21:51:46 +0000
committerng0 <ng0@n0.is>2019-10-23 21:51:46 +0000
commit4993eac25ce2737fc45aec08f21226f523405804 (patch)
treea32a054c36102aa712a17b9b27be14b72fa8557b /src/vpn/install-vpn-helper.sh
parent0c13e270c31ef2896d56eb3d53ac7a5714ea1e58 (diff)
downloadgnunet-4993eac25ce2737fc45aec08f21226f523405804.tar.gz
gnunet-4993eac25ce2737fc45aec08f21226f523405804.zip
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.
Diffstat (limited to 'src/vpn/install-vpn-helper.sh')
-rwxr-xr-xsrc/vpn/install-vpn-helper.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vpn/install-vpn-helper.sh b/src/vpn/install-vpn-helper.sh
deleted file mode 100755
index 086dabb67..000000000
--- a/src/vpn/install-vpn-helper.sh
+++ /dev/null
@@ -1,5 +0,0 @@
1#!/bin/sh
2# $1 - bindir
3# $2 - sudo binary (optional)
4$2 chown root:root $1/gnunet-helper-vpn || true
5$2 chmod u+s $1/gnunet-helper-vpn || true