summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-10-03 21:34:09 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-10-03 21:34:09 +0000
commit215db22123f6a7efab10d65c0ca40eee17a1cd01 (patch)
tree7c3117ce35c8b862eceafc96a847ae8335e5d343 /Makefile
parent34588024e518ced35f98d704365244fde12cc2d1 (diff)
No more separate sshd
No need for a separate sshd instance. Get rid of it. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8403 283159da-0705-0410-b60c-f2062b4bb6ad
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4375069..b0779f9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,9 @@ PACKAGE = rapid-tunneling
SPEC = rapid-tunneling.spec
SCRIPTS = rapid-tunneling rapid-tunneling-status rtadm rt-from-remote
-CONFIGS = rtadm.config sshd_support_config support_env rapid-tunneling.conf gui.htpasswd rtadm.bash_completion
-INIT_D = sshd_support
+CONFIGS = rtadm.config support_env rapid-tunneling.conf gui.htpasswd rtadm.bash_completion
GUI = gui
-SOURCES = Makefile $(SPEC) $(SCRIPTS) $(CONFIGS) $(INIT_D) $(GUI) \
+SOURCES = Makefile $(SPEC) $(SCRIPTS) $(CONFIGS) $(GUI) \
.placeholder rapid-tunneling.8 rapid-tunneling-status.8
SBINDIR = /usr/sbin
MANDIR = /usr/share/man/man8
@@ -59,8 +58,6 @@ install:
install -m 755 -d $(DESTDIR)/etc/rapid-tunneling
install -m 644 rtadm.config $(DESTDIR)/etc/rapid-tunneling/rtadm
install -m 644 gui.htpasswd $(DESTDIR)/etc/rapid-tunneling/
- install -m 755 -d $(DESTDIR)/etc/ssh
- install -m 644 sshd_support_config $(DESTDIR)/etc/ssh/
install -m 755 -d $(DESTDIR)/var/lib/rapid-tunneling
install -m 644 .placeholder $(DESTDIR)/var/lib/rapid-tunneling/
install -m 755 -d $(DESTDIR)$(WWWHOME)