On Thursday 01 October 2009 01:37:52 Matt Johnston wrote:
> make -j 2 MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert
>  scp"
> 
> and it should work. I'll make the docs a bit clearer.

how would you feel about a dbscp alias ?  requiring the name to be "scp" is a 
bit annoying as it can easily conflict with parallel installs of openssh.
-mike
--- dropbear-0.51/dbmulti.c
+++ dropbear-0.51/dbmulti.c
@@ -60,7 +60,7 @@
 		}
 #endif
 #ifdef DBMULTI_scp
-		if (strcmp(progname, "scp") == 0) {
+		if (strcmp(progname, "scp") == 0 || strcmp(progname, "dbscp") == 0) {
 			return scp_main(argc, argv);
 		}
 #endif
--- dropbear-0.52/dbmulti.c
+++ dropbear-0.52/dbmulti.c
@@ -81,7 +81,7 @@ int main(int argc, char ** argv) {
 			"'dropbearconvert' - the key converter\n"
 #endif
 #ifdef DBMULTI_scp
-			"'scp' - secure copy\n"
+			"'dbscp' or 'scp' - secure copy\n"
 #endif
 			,
 			DROPBEAR_VERSION);

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to