Changeset 064db32a for general


Ignore:
Timestamp:
04/23/2003 03:10:26 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
882d247a
Parents:
f32ecb0e
Message:

caught a few more tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@876 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/stlport/stlport-exp.xml

    rf32ecb0e r064db32a  
    44<para><userinput>GCC_VERSION=...</userinput> : STLport needs the
    55location of the C++ headers, which are installed in
    6 <userinput>/usr/include/c++/$GCC_VERSION</userinput>
     6<filename>/usr/include/c++/$GCC_VERSION</filename>
    77if installed as per the instructions in LFS.</para>
    88<para><userinput>sed -e ...</userinput> : Replace the location where STLport
  • general/prog/gcc2/gcc2-config.xml

    rf32ecb0e r064db32a  
    1414
    1515<para>Whenever you need to use gcc-&gcc2-version; instead of you system installed compiler,
    16 add <userinput>/opt/gcc2/bin</userinput> to the front of your
     16add <filename class="directory">/opt/gcc2/bin</filename> to the front of your
    1717<envar>PATH</envar> before compiling the concerned
    1818package.</para>
  • general/prog/jdk/j2sdk-config.xml

    rf32ecb0e r064db32a  
    2222<filename>/etc/man.conf</filename></para>
    2323
    24 <para>The java plugin is in the directory <userinput>$JAVA_HOME/jre/plugin/i?86/ns610/</userinput>.
     24<para>The java plugin is in the directory <filename class="directory">$JAVA_HOME/jre/plugin/i?86/ns610/</filename>.
    2525Make a symbolic link to the file in that directory from your plugins directory.
    2626</para>
  • general/sysutils/fcron/fcron-config.xml

    rf32ecb0e r064db32a  
    6161<sect3><title>Config files</title>
    6262
    63 <para><userinput>/etc/fcron.conf</userinput>,
    64 <userinput>/etc/fcron.allow</userinput>,
    65 <userinput>/etc/fcron.deny</userinput></para>
     63<para><filename>/etc/fcron.conf</filename>,
     64<filename>/etc/fcron.allow</filename>,
     65<filename>/etc/fcron.deny</filename></para>
    6666
    6767<para>There are no required changes in any of these files.
  • general/sysutils/gpm/gpm-config.xml

    rf32ecb0e r064db32a  
    7373
    7474<sect3><title>Config files</title>
    75 <para><userinput>/etc/sysconfig/mouse</userinput>
     75<para><filename>/etc/sysconfig/mouse</filename>
    7676This file contains the name of your mouse device and the protocol which
    7777it uses.  To create this file, run the following:</para>
Note: See TracChangeset for help on using the changeset viewer.