You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
807 B
21 lines
807 B
8 years ago
|
--- a/options.h 2011-03-02 14:23:36.000000000 +0100
|
||
|
+++ b/options.h 2013-11-12 08:50:53.000000000 +0100
|
||
|
@@ -305,7 +305,7 @@
|
||
|
|
||
|
/* 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 DROPBEAR_PATH_SSH_PROGRAM "/usr/bin/dbclient"
|
||
|
+#define DROPBEAR_PATH_SSH_PROGRAM "/bin/dbclient"
|
||
|
|
||
|
/* 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
|
||
|
@@ -347,7 +347,7 @@
|
||
|
#define DEFAULT_IDLE_TIMEOUT 0
|
||
|
|
||
|
/* The default path. This will often get replaced by the shell */
|
||
|
-#define DEFAULT_PATH "/usr/bin:/bin"
|
||
|
+#define DEFAULT_PATH "/sbin:/bin:/var/bin"
|
||
|
|
||
|
/* Some other defines (that mostly should be left alone) are defined
|
||
|
* in sysoptions.h */
|