pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/gnunet: Even though the VPN subsystem does not work (yet) on NetBSD, it gets installed. This fixes a warning by suid'ing the helper binary.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Sun Dec 1 17:49:03 2019 +0000
Changeset:	092a85cb9ebb406b0a5b4044da589e6a1a770035

Modified Files:
	gnunet/Makefile

Log Message:
wip/gnunet: Even though the VPN subsystem does not work (yet) on NetBSD,
it gets installed. This fixes a warning by suid'ing the helper binary.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=092a85cb9ebb406b0a5b4044da589e6a1a770035

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnunet/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index e26972bf80..eaa510332a 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -79,9 +79,10 @@ SPECIAL_PERMS+=	${PREFIX}/lib/gnunet/libexec/gnunet-service-dns ${GNUNET_USER} $
 SPECIAL_PERMS+=	${PREFIX}/lib/gnunet/libexec/gnunet-helper-exit ${SETUID_ROOT_PERMS}
 SPECIAL_PERMS+=	${PREFIX}/lib/gnunet/libexec/gnunet-helper-transport-bluetooth ${SETUID_ROOT_PERMS}
 SPECIAL_PERMS+=	${PREFIX}/lib/gnunet/libexec/gnunet-helper-transport-wlan ${SETUID_ROOT_PERMS}
-SPECIAL_PERMS+=	${PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn ${SETUID_ROOT_PERMS}
 .endif
 
+SPECIAL_PERMS+=	${PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn ${SETUID_ROOT_PERMS}
+
 .if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD"
 SPECIAL_PERMS+=	${PREFIX}/lib/gnunet/libexec/gnunet-helper-nat-client ${SETUID_ROOT_PERMS}
 SPECIAL_PERMS+=	${PREFIX}/lib/gnunet/libexec/gnunet-helper-nat-server ${SETUID_ROOT_PERMS}


Home | Main Index | Thread Index | Old Index