Ticket #2526: diff

File diff, 5.0 KB (added by DJ Lucas, 17 years ago)
  • TabularUnified multimedia/libdriv/nas.xml

     
    8282  <sect2 role="installation">
    8383    <title>Installation of NAS</title>
    8484
     85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     86    href="../../xincludes/X11R6_symlink.xml"/>
     87
    8588    <para>Install <application>NAS</application> by running the
    8689    following commands:</para>
    8790
     
    157160
    158161<screen role="root"><userinput>make install-nas</userinput></screen>
    159162
     163<!-- XFREE86
    160164      <para>The init script uses a default prefix of
    161165      <filename class="directory">/usr/X11R6</filename>.  If you've installed
    162166      the <application>X Window System</application> into any other prefix,
     
    166170
    167171<screen role="root"><userinput>sed -i 's@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@' /etc/rc.d/init.d/nas</userinput></screen>
    168172
     173XFREE86 -->
     174
    169175      <para>The init script uses a default parameter to allow access to all
    170176      hosts on the network. Review the <command>nasd</command> man page for
    171177      other available parameters if you need to modify the script.</para>
  • TabularUnified x/installing/xorg7.xml

     
    147147<screen><userinput>export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \
    148148    --mandir=$XORG_PREFIX/share/man --localstatedir=/var"</userinput></screen>
    149149
     150    <note>
     151      <para>Make sure that you also add these variables to your personal or
     152      system-wide profile as they are used throughout this book. See
     153      <xref linkend="postlfs-config-profile"/> for more information.</para>
     154    </note>
     155
    150156    <para>If you've decided to use an alternate prefix, be sure to add
    151157    <filename class="directory">
    152     <replaceable>&lt;PREFIX&gt;</replaceable>/bin</filename> to your
     158    $XORG_PREFIX/bin</filename> to your
    153159    <envar>PATH</envar> environment variable and  <filename class="directory">
    154     <replaceable>&lt;PREFIX&gt;</replaceable>/lib/pkgconfig</filename>
     160    $XORG_PREFIX/lib/pkgconfig</filename>
    155161    to your <envar>PKG_CONFIG_PATH</envar> variable.  For detailed instructions,
    156162    see <xref linkend="postlfs-config-profile"/>.  You should also add
    157163    <filename class="directory">
    158     <replaceable>&lt;PREFIX&gt;</replaceable>/lib</filename> to the
     164    $XORG_PREFIX/lib</filename> to the
    159165    <filename>/etc/ld.so.conf</filename> file and <filename class="directory">
    160     <replaceable>&lt;PREFIX&gt;</replaceable>/share/man</filename> as
     166    $XORG_PREFIX/share/man</filename> as
    161167    a MANDATORY_MANPATH in <filename>/etc/man_db.conf</filename>.</para>
    162168
    163169    <para>Packages in Xorg store their configuration files in
  • TabularUnified x/lib/lesstif.xml

     
    103103<screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install &amp;&amp;
    104104ldconfig</userinput></screen>
    105105
    106     <para>You will need to change the <application>X</application> prefix in
    107     the commands below if your X Window System is installed anywhere other than
    108     <filename class='directory'>/usr/X11R6</filename>.</para>
     106<screen role="root"><userinput>mv -v $XORG_PREFIX/lib/X11/mwm /etc/X11 &amp;&amp;
     107ln -v -s /etc/X11/mwm $XORG_PREFIX/lib/X11</userinput></screen>
    109108
    110 <screen role="root"><userinput>mv -v <replaceable>&lt;/usr/X11R6&gt;</replaceable>/lib/X11/mwm /etc/X11 &amp;&amp;
    111 ln -v -s /etc/X11/mwm <replaceable>&lt;/usr/X11R6&gt;</replaceable>/lib/X11</userinput></screen>
    112 
    113109  </sect2>
    114110
    115111  <sect2 role="commands">
     
    134130    non-FHS compliant <filename class="directory">/usr/LessTif</filename>
    135131    directory.</para>
    136132
    137     <para><command>mv -v <replaceable>&lt;/usr/X11R6&gt;</replaceable>/lib/X11/mwm
    138     /etc/X11</command>:
     133    <para><command>mv -v $XORG_PREFIX/lib/X11/mwm /etc/X11</command>:
    139134    The FHS requires that configuration files exist only in the
    140135    <filename class="directory">/etc/X11</filename> directory.  The
    141136    configuration directory (<filename class="directory">mwm</filename>)
  • TabularUnified x/lib/libxklavier.xml

     
    8989  <sect2 role="commands">
    9090    <title>Command Explanations</title>
    9191
    92     <para><option>--with-xkb-base=<replaceable>&lt;$X_PREFIX&gt;</replaceable>/share/X11/xkb</option>:
     92    <para><option>--with-xkb-base=$XORG_PREFIX/share/X11/xkb</option>:
    9393    Use this parameter (substitute properly for the
    94     <replaceable>&lt;$X_PREFIX&gt;</replaceable>) if the
    95     <replaceable>&lt;$X_PREFIX&gt;</replaceable> is anything other than
     94    $XORG_PREFIX) if the $XORG_PREFIX is anything other than
    9695    <filename class='directory'>/usr</filename>.</para>
    9796
    9897    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"