dslinux/user/dropbear Makefile

stsp stsp at user.in-berlin.de
Sat Jul 29 08:28:53 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/dropbear
In directory antilope:/tmp/cvs-serv3507

Modified Files:
	Makefile 
Log Message:
Install dbclient as /bin/ssh.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/dropbear/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	23 May 2006 09:52:55 -0000	1.2
+++ Makefile	29 Jul 2006 06:28:51 -0000	1.3
@@ -209,11 +209,11 @@
 	-rm -f *~ *.gcov */*~
 
 romfs:
-	for p in $(PROGRAMS); \
+	for p in $(filter-out dbclient,$(PROGRAMS)); \
 	do \
 		$(ROMFSINST) /bin/$$p; \
 	done
-	$(ROMFSINST) -s /bin/dbclient /bin/ssh
+	$(ROMFSINST) dbclient /bin/ssh
 	$(ROMFSINST) -e CONFIG_USER_DROPBEAR_DROPBEAR \
 		-a "#ssh     stream tcp nowait root /bin/dropbear -i" /etc/inetd.conf
 




More information about the dslinux-commit mailing list