Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/ksh/files: ksh-prefix.patch
Date: Fri, 01 Jun 2012 22:33:15
Message-Id: 20120601223259.AA7DE2004B@flycatcher.gentoo.org
1 floppym 12/06/01 22:32:59
2
3 Modified: ksh-prefix.patch
4 Log:
5 Fix prefix patch, bug 418693.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-shells/ksh/files/ksh-prefix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/ksh/files/ksh-prefix.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/ksh/files/ksh-prefix.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/ksh/files/ksh-prefix.patch?r1=1.1&r2=1.2
15
16 Index: ksh-prefix.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-shells/ksh/files/ksh-prefix.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ksh-prefix.patch 21 May 2012 15:08:32 -0000 1.1
23 +++ ksh-prefix.patch 1 Jun 2012 22:32:59 -0000 1.2
24 @@ -1,16 +1,15 @@
25 ---- src/cmd/ksh93/data/msg.c
26 -+++ src/cmd/ksh93/data/msg.c
27 -@@ -154,32 +154,32 @@
28 - /* string constants */
29 - const char e_heading[] = "Current option settings";
30 +--- a/src/cmd/ksh93/data/msg.c
31 ++++ b/src/cmd/ksh93/data/msg.c
32 +@@ -180,7 +180,7 @@
33 const char e_sptbnl[] = " \t\n";
34 + const char e_tolower[] = "tolower";
35 + const char e_toupper[] = "toupper";
36 -const char e_defpath[] = "/bin:/usr/bin:";
37 --const char e_defedit[] = "/bin/ed";
38 +const char e_defpath[] = "@GENTOO_PORTAGE_EPREFIX@/bin:@GENTOO_PORTAGE_EPREFIX@/usr/bin:";
39 -+const char e_defedit[] = "@GENTOO_PORTAGE_EPREFIX@/bin/ed";
40 + const char e_defedit[] = _pth_ed;
41 const char e_unknown [] = "<command unknown>";
42 const char e_devnull[] = "/dev/null";
43 - const char e_traceprompt[] = "+ ";
44 +@@ -188,24 +188,24 @@
45 const char e_supprompt[] = "# ";
46 const char e_stdprompt[] = "$ ";
47 const char e_profile[] = "$HOME/.profile";