Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 487952 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +8 lines)
Line  Link Here
0
-- a/src/cmd/ksh93/data/msg.c
0
++ b/src/cmd/ksh93/data/msg.c
Lines 180-186 Link Here
180
const char e_sptbnl[]		= " \t\n";
180
const char e_sptbnl[]		= " \t\n";
181
const char e_tolower[]		= "tolower";
181
const char e_tolower[]		= "tolower";
182
const char e_toupper[]		= "toupper";
182
const char e_toupper[]		= "toupper";
183
const char e_defpath[]		= "/bin:/usr/bin:";
183
const char e_defpath[]		= "@GENTOO_PORTAGE_EPREFIX@/bin:@GENTOO_PORTAGE_EPREFIX@/usr/bin:";
184
const char e_defedit[]		= _pth_ed;
184
const char e_defedit[]		= _pth_ed;
185
const char e_unknown []		= "<command unknown>";
185
const char e_unknown []		= "<command unknown>";
186
const char e_devnull[]		= "/dev/null";
186
const char e_devnull[]		= "/dev/null";
Lines 188-211 Link Here
188
const char e_supprompt[]	= "# ";
188
const char e_supprompt[]	= "# ";
189
const char e_stdprompt[]	= "$ ";
189
const char e_stdprompt[]	= "$ ";
190
const char e_profile[]		= "$HOME/.profile";
190
const char e_profile[]		= "$HOME/.profile";
191
const char e_sysprofile[]	= "/etc/profile";
191
const char e_sysprofile[]	= "@GENTOO_PORTAGE_EPREFIX@/etc/profile";
192
const char e_suidprofile[]	= "/etc/suid_profile";
192
const char e_suidprofile[]	= "@GENTOO_PORTAGE_EPREFIX@/etc/suid_profile";
193
#if SHOPT_SYSRC
193
#if SHOPT_SYSRC
194
const char e_sysrc[]		= "/etc/ksh.kshrc";
194
const char e_sysrc[]		= "@GENTOO_PORTAGE_EPREFIX@/etc/ksh.kshrc";
195
#endif
195
#endif
196
#if SHOPT_BASH
196
#if SHOPT_BASH
197
#if SHOPT_SYSRC
197
#if SHOPT_SYSRC
198
const char e_bash_sysrc[]	= "/etc/bash.bashrc";
198
const char e_bash_sysrc[]	= "@GENTOO_PORTAGE_EPREFIX@/etc/bash/bashrc";
199
#endif
199
#endif
200
const char e_bash_rc[]		= "$HOME/.bashrc";
200
const char e_bash_rc[]		= "$HOME/.bashrc";
201
const char e_bash_login[]	= "$HOME/.bash_login";
201
const char e_bash_login[]	= "$HOME/.bash_login";
202
const char e_bash_logout[]	= "$HOME/.bash_logout";
202
const char e_bash_logout[]	= "$HOME/.bash_logout";
203
const char e_bash_profile[]	= "$HOME/.bash_profile";
203
const char e_bash_profile[]	= "$HOME/.bash_profile";
204
#endif
204
#endif
205
const char e_crondir[]		= "/usr/spool/cron/atjobs";
205
const char e_crondir[]		= "@GENTOO_PORTAGE_EPREFIX@/usr/spool/cron/atjobs";
206
const char e_prohibited[]	= "login setuid/setgid shells prohibited";
206
const char e_prohibited[]	= "login setuid/setgid shells prohibited";
207
#if SHOPT_SUID_EXEC
207
#if SHOPT_SUID_EXEC
208
   const char e_suidexec[]	= "/etc/suid_exec";
208
   const char e_suidexec[]	= "@GENTOO_PORTAGE_EPREFIX@/etc/suid_exec";
209
#endif /* SHOPT_SUID_EXEC */
209
#endif /* SHOPT_SUID_EXEC */
210
const char hist_fname[]		= "/.sh_history";
210
const char hist_fname[]		= "/.sh_history";
211
const char e_dot[]		= ".";
211
const char e_dot[]		= ".";

Return to bug 487952