aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2010-07-30 23:34:42 +0000
committerPhilipp Tölke <toelke@in.tum.de>2010-07-30 23:34:42 +0000
commit1aa2bb86a17b273e373cb58155488cdb9eed93c7 (patch)
tree0afde4426f22ad90c71a3cf03185c3c976209046 /src
parentaf0af530e6800e0c8f49d95931676506ab587830 (diff)
downloadgnunet-1aa2bb86a17b273e373cb58155488cdb9eed93c7.tar.gz
gnunet-1aa2bb86a17b273e373cb58155488cdb9eed93c7.zip
renamed the vpn-helper to fit into the scheme gnunet-FUNCTION-SUBSYSTEM
Diffstat (limited to 'src')
-rw-r--r--src/vpn/Makefile.am10
-rw-r--r--src/vpn/gnunet-helper-vpn.c (renamed from src/vpn/gnunet-vpn-helper.c)0
2 files changed, 5 insertions, 5 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 77f04f0bd..8af6af749 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -9,10 +9,10 @@ if USE_COVERAGE
9endif 9endif
10 10
11if LINUX 11if LINUX
12VPNBIN = gnunet-vpn-helper 12VPNBIN = gnunet-helper-vpn
13install-exec-hook: 13install-exec-hook:
14 chown root $(bindir)/gnunet-vpn-helper || true 14 chown root $(bindir)/gnunet-helper-vpn || true
15 chmod u+s $(bindir)/gnunet-vpn-helper || true 15 chmod u+s $(bindir)/gnunet-helper-vpn || true
16else 16else
17install-exec-hook: 17install-exec-hook:
18endif 18endif
@@ -22,8 +22,8 @@ bin_PROGRAMS = \
22 gnunet-daemon-vpn $(VPNBIN) 22 gnunet-daemon-vpn $(VPNBIN)
23 23
24 24
25gnunet_vpn_helper_SOURCES = \ 25gnunet_helper_vpn_SOURCES = \
26 gnunet-vpn-helper.c \ 26 gnunet-helper-vpn.c \
27 gnunet-vpn-helper-p.h \ 27 gnunet-vpn-helper-p.h \
28 gnunet-vpn-tun.h gnunet-vpn-tun.c 28 gnunet-vpn-tun.h gnunet-vpn-tun.c
29 29
diff --git a/src/vpn/gnunet-vpn-helper.c b/src/vpn/gnunet-helper-vpn.c
index 4a75182f9..4a75182f9 100644
--- a/src/vpn/gnunet-vpn-helper.c
+++ b/src/vpn/gnunet-helper-vpn.c