From 0d1cd6f8733988394f50f6e8cf2ebe4e993104b3 Mon Sep 17 00:00:00 2001 From: cvpcs Date: Thu, 3 Jun 2010 08:35:40 -0500 Subject: set some paths and removed the debugger --- config-top.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config-top.h') 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" */ -- cgit v1.1