summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Landau <alex.landau@xorcom.com>2008-12-08 10:54:46 +0000
committerAlex Landau <alex.landau@xorcom.com>2008-12-08 10:54:46 +0000
commit9489a7eeeae753b144db0382423c432c0b4f960e (patch)
tree93a4a3768d471527af1a2bb1d23746e336a89441 /Makefile
parent817f3069a8eb684675d266d4b95aa0bb1a4de9ff (diff)
rapid-tunneling:
- Added status checker. - Tunnel is backgrounded with start-stop-daemon. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6438 283159da-0705-0410-b60c-f2062b4bb6ad
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a1fdef..33c98a9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PACKAGE = rapid-tunneling
SPEC = rapid-tunneling.spec
-SOURCES = rapid-tunneling
+SOURCES = rapid-tunneling rapid-tunneling-status
VER = $(shell awk '/^Version: / {print $$2}' $(SPEC)| head -n 1)
REL = $(shell awk '/^Release: / {print $$2}' $(SPEC)| head -n 1)