dropbear: honor CONFIG_TARGET_INIT_PATH
[openwrt/staging/chunkeey.git] / package / network / services / dropbear / patches / 500-set-default-path.patch
index 648c391ced95d9ee6245d6e1cb05130e914cee83..3f65250a9775c6f875ae034e5d853cea97ceb03e 100644 (file)
@@ -1,11 +1,12 @@
 --- a/options.h
 +++ b/options.h
-@@ -347,7 +347,7 @@ be overridden at runtime with -I. 0 disa
+@@ -347,7 +347,9 @@ be overridden at runtime with -I. 0 disa
  #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 "/bin:/sbin:/usr/bin:/usr/sbin"
++#ifndef DEFAULT_PATH
+ #define DEFAULT_PATH "/usr/bin:/bin"
++#endif
  
  /* Some other defines (that mostly should be left alone) are defined
   * in sysoptions.h */