2013-11-04 17:08:47 +00:00
|
|
|
diff -Nur dropbear-2012.55.orig/options.h dropbear-2012.55/options.h
|
|
|
|
--- dropbear-2012.55.orig/options.h 2012-02-23 07:47:06.000000000 -0600
|
|
|
|
+++ dropbear-2012.55/options.h 2012-04-07 15:12:46.040452209 -0500
|
|
|
|
@@ -255,7 +255,7 @@
|
|
|
|
|
2009-08-26 10:00:38 -05:00
|
|
|
/* This is used by the scp binary when used as a client binary. If you're
|
|
|
|
* not using the Dropbear client, you'll need to change it */
|
|
|
|
-#define _PATH_SSH_PROGRAM "/usr/bin/dbclient"
|
|
|
|
+#define _PATH_SSH_PROGRAM "/bin/dbclient"
|
2013-11-04 17:08:47 +00:00
|
|
|
|
|
|
|
/* Whether to log commands executed by a client. This only logs the
|
|
|
|
* (single) command sent to the server, not what a user did in a
|