From 215db22123f6a7efab10d65c0ca40eee17a1cd01 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 3 Oct 2010 21:34:09 +0000 Subject: 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 --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3