summaryrefslogtreecommitdiff
path: root/rapid-tunneling.spec
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 /rapid-tunneling.spec
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 'rapid-tunneling.spec')
-rw-r--r--rapid-tunneling.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/rapid-tunneling.spec b/rapid-tunneling.spec
index 3b0645e..5afe062 100644
--- a/rapid-tunneling.spec
+++ b/rapid-tunneling.spec
@@ -8,7 +8,7 @@ URL: http://www.xorcom.com/
Source: rapid-tunneling-%{version}.tar.gz
#Patch0: libname.diff
#Patch1: bristuff.diff
-Requires: openssh-clients
+Requires: openssh-clients busybox
# Patch: libpri-1.2.3-cflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -49,6 +49,7 @@ and NAT routers via SSH port forwarding.
%{__rm} -rf %{buildroot}
%{__install} -m 755 -d %{buildroot}%{_sbindir}
%{__install} -m 755 rapid-tunneling %{buildroot}%{_sbindir}
+%{__install} -m 755 rapid-tunneling-status %{buildroot}%{_sbindir}
%{__install} -m 755 -d %{buildroot}/var/lib/rapid-tunneling
#%{__rm} -rf %{buildroot}
@@ -80,5 +81,5 @@ fi
#%{_sbindir}/*
%changelog
-* Sun Dec 7 2008 Alex Landau <alex.landau@xorcom.com> 1.0-1
+* Sun Dec 8 2008 Alex Landau <alex.landau@xorcom.com> 1.0-1
- Initial RPM release.