1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00

more appropriate default path for android

This commit is contained in:
Greg Alexander 2014-12-16 23:51:27 -05:00
parent 324bf93935
commit 18f801e87a

View File

@ -309,7 +309,7 @@ be overridden at runtime with -I. 0 disables idle timeouts */
#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:/system/sbin:/system/bin:/system/xbin"
/* Some other defines (that mostly should be left alone) are defined
* in sysoptions.h */