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/transport/install-bluetooth-helper.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 src/transport/install-bluetooth-helper.sh (limited to 'src/transport/install-bluetooth-helper.sh') diff --git a/src/transport/install-bluetooth-helper.sh b/src/transport/install-bluetooth-helper.sh deleted file mode 100755 index 5c40250fa..000000000 --- a/src/transport/install-bluetooth-helper.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# $1 - bindir -# $2 - sudo binary (optional) -$2 chown root:root $1/gnunet-helper-transport-bluetooth || true -$2 chmod u+s $1/gnunet-helper-transport-bluetooth || true -- cgit v1.2.3