aboutsummaryrefslogtreecommitdiffstats
path: root/config-top.h
diff options
context:
space:
mode:
Diffstat (limited to 'config-top.h')
-rw-r--r--config-top.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-top.h b/config-top.h
index 147d4f4..67ddcac 100644
--- a/config-top.h
+++ b/config-top.h
@@ -54,14 +54,14 @@
/* The default value of the PATH variable. */
#ifndef DEFAULT_PATH_VALUE
#define DEFAULT_PATH_VALUE \
- "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:."
+ "/sbin:/system/sbin:/system/bin:/system/xbin:."
#endif
/* The value for PATH when invoking `command -p'. This is only used when
the Posix.2 confstr () function, or CS_PATH define are not present. */
#ifndef STANDARD_UTILS_PATH
#define STANDARD_UTILS_PATH \
- "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
+ "/sbin:/system/sbin:/system/bin:/system/xbin:/system/etc"
#endif
/* Default primary and secondary prompt strings. */
@@ -75,7 +75,7 @@
#define KSH_COMPATIBLE_SELECT
/* System-wide .bashrc file for interactive shells. */
-/* #define SYS_BASHRC "/etc/bash.bashrc" */
+#define SYS_BASHRC "/system/etc/.bashrc"
/* System-wide .bash_logout for login shells. */
/* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */