2012-07-05 16:44:05 +00:00
|
|
|
--- a/options.h
|
|
|
|
+++ b/options.h
|
2016-02-08 14:28:57 +00:00
|
|
|
@@ -347,7 +347,9 @@ be overridden at runtime with -I. 0 disa
|
2012-07-05 16:44:05 +00:00
|
|
|
#define DEFAULT_IDLE_TIMEOUT 0
|
|
|
|
|
|
|
|
/* The default path. This will often get replaced by the shell */
|
2016-02-08 14:28:57 +00:00
|
|
|
+#ifndef DEFAULT_PATH
|
|
|
|
#define DEFAULT_PATH "/usr/bin:/bin"
|
|
|
|
+#endif
|
2012-07-05 16:44:05 +00:00
|
|
|
|
|
|
|
/* Some other defines (that mostly should be left alone) are defined
|
|
|
|
* in sysoptions.h */
|