pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files On Solaris, it may be necessary to red...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ded2d59541fc
branches:  trunk
changeset: 508085:ded2d59541fc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Feb 14 17:10:15 2006 +0000

description:
On Solaris, it may be necessary to redefine WRAPPER_SHELL to work around
the buggy /bin/ksh.

diffstat:

 doc/guide/files/platforms.xml |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 3337c28b66c4 -r ded2d59541fc doc/guide/files/platforms.xml
--- a/doc/guide/files/platforms.xml     Tue Feb 14 17:04:03 2006 +0000
+++ b/doc/guide/files/platforms.xml     Tue Feb 14 17:10:15 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.26 2006/02/14 10:12:39 rillig Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.27 2006/02/14 17:10:15 rillig Exp $ -->
 
 <chapter id="platforms">
   <title>Using pkgsrc on systems other than &os;</title>
@@ -611,11 +611,12 @@
        <filename>/bin/ksh</filename> crashes with a segmentation fault.
        The workaround is to use another shell for the configure
        scripts, for example by installing <filename
-       role="pkg">shells/bash</filename> and adding the following line
+       role="pkg">shells/bash</filename> and adding the following lines
        to your <filename>mk.conf</filename>:</para>
 
 <programlisting>
     CONFIG_SHELL=   ${LOCALBASE}/bin/bash
+    WRAPPER_SHELL=  ${LOCALBASE}/bin/bash
 </programlisting>
 
       </sect3>



Home | Main Index | Thread Index | Old Index