From: Christian Grothoff Date: Wed, 15 Jun 2011 07:23:46 +0000 (+0000) Subject: chown X-Git-Tag: initial-import-from-subversion-38251~18165 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3d61ece99cd1cfbc9a3da1db6f6a9cc030c1695c;p=oweals%2Fgnunet.git chown --- diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 6435a6b72..5919bf2ac 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -54,7 +54,7 @@ endif if LINUX NATBIN = gnunet-nat-server gnunet-nat-client install-exec-hook: - chown root $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true + chown root:root $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true chmod u+s $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true else install-exec-hook: diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index d2835c846..0c61aa904 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -12,9 +12,9 @@ if LINUX VPNBIN = gnunet-helper-vpn HIJACKBIN = gnunet-helper-hijack-dns install-exec-hook: - chown root $(bindir)/gnunet-helper-vpn || true + chown root:root $(bindir)/gnunet-helper-vpn || true chmod u+s $(bindir)/gnunet-helper-vpn || true - chown root $(bindir)/gnunet-helper-hijack-dns || true + chown root:root $(bindir)/gnunet-helper-hijack-dns || true chmod u+s $(bindir)/gnunet-helper-hijack-dns || true else install-exec-hook: