From 1aa2bb86a17b273e373cb58155488cdb9eed93c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Fri, 30 Jul 2010 23:34:42 +0000 Subject: [PATCH] renamed the vpn-helper to fit into the scheme gnunet-FUNCTION-SUBSYSTEM --- src/vpn/Makefile.am | 10 +++++----- src/vpn/{gnunet-vpn-helper.c => gnunet-helper-vpn.c} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename src/vpn/{gnunet-vpn-helper.c => gnunet-helper-vpn.c} (100%) 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 endif if LINUX -VPNBIN = gnunet-vpn-helper +VPNBIN = gnunet-helper-vpn install-exec-hook: - chown root $(bindir)/gnunet-vpn-helper || true - chmod u+s $(bindir)/gnunet-vpn-helper || true + chown root $(bindir)/gnunet-helper-vpn || true + chmod u+s $(bindir)/gnunet-helper-vpn || true else install-exec-hook: endif @@ -22,8 +22,8 @@ bin_PROGRAMS = \ gnunet-daemon-vpn $(VPNBIN) -gnunet_vpn_helper_SOURCES = \ - gnunet-vpn-helper.c \ +gnunet_helper_vpn_SOURCES = \ + gnunet-helper-vpn.c \ gnunet-vpn-helper-p.h \ gnunet-vpn-tun.h gnunet-vpn-tun.c diff --git a/src/vpn/gnunet-vpn-helper.c b/src/vpn/gnunet-helper-vpn.c similarity index 100% rename from src/vpn/gnunet-vpn-helper.c rename to src/vpn/gnunet-helper-vpn.c -- 2.25.1