remove ebuilds that've been imported
[portage-prefix-bleeding-edge-ebuilds.git] / app-shells / ksh / files / ksh-prefix.patch
blobcb701ee47cce94bb9ca65e799afa4dd4061d5ef1
1 --- src/cmd/ksh93/data/msg.c
2 +++ src/cmd/ksh93/data/msg.c
3 @@ -154,32 +154,32 @@
4 /* string constants */
5 const char e_heading[] = "Current option settings";
6 const char e_sptbnl[] = " \t\n";
7 -const char e_defpath[] = "/bin:/usr/bin:";
8 -const char e_defedit[] = "/bin/ed";
9 +const char e_defpath[] = "@GENTOO_PORTAGE_EPREFIX@/bin:@GENTOO_PORTAGE_EPREFIX@/usr/bin:";
10 +const char e_defedit[] = "@GENTOO_PORTAGE_EPREFIX@/bin/ed";
11 const char e_unknown [] = "<command unknown>";
12 const char e_devnull[] = "/dev/null";
13 const char e_traceprompt[] = "+ ";
14 const char e_supprompt[] = "# ";
15 const char e_stdprompt[] = "$ ";
16 const char e_profile[] = "$HOME/.profile";
17 -const char e_sysprofile[] = "/etc/profile";
18 -const char e_suidprofile[] = "/etc/suid_profile";
19 +const char e_sysprofile[] = "@GENTOO_PORTAGE_EPREFIX@/etc/profile";
20 +const char e_suidprofile[] = "@GENTOO_PORTAGE_EPREFIX@/etc/suid_profile";
21 #if SHOPT_SYSRC
22 -const char e_sysrc[] = "/etc/ksh.kshrc";
23 +const char e_sysrc[] = "@GENTOO_PORTAGE_EPREFIX@/etc/ksh.kshrc";
24 #endif
25 #if SHOPT_BASH
26 #if SHOPT_SYSRC
27 -const char e_bash_sysrc[] = "/etc/bash.bashrc";
28 +const char e_bash_sysrc[] = "@GENTOO_PORTAGE_EPREFIX@/etc/bash/bashrc";
29 #endif
30 const char e_bash_rc[] = "$HOME/.bashrc";
31 const char e_bash_login[] = "$HOME/.bash_login";
32 const char e_bash_logout[] = "$HOME/.bash_logout";
33 const char e_bash_profile[] = "$HOME/.bash_profile";
34 #endif
35 -const char e_crondir[] = "/usr/spool/cron/atjobs";
36 +const char e_crondir[] = "@GENTOO_PORTAGE_EPREFIX@/usr/spool/cron/atjobs";
37 const char e_prohibited[] = "login setuid/setgid shells prohibited";
38 #if SHOPT_SUID_EXEC
39 - const char e_suidexec[] = "/etc/suid_exec";
40 + const char e_suidexec[] = "@GENTOO_PORTAGE_EPREFIX@/etc/suid_exec";
41 #endif /* SHOPT_SUID_EXEC */
42 const char hist_fname[] = "/.sh_history";
43 const char e_dot[] = ".";