Changeset 064db32a


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

Files:
15 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>
  • introduction/welcome/conventions.xml

    rf32ecb0e r064db32a  
    3636        bin:x:1:
    3737        ......
    38 <userinput>EOF</userinput>
    39 </screen>
    40 </para>
     38<userinput>EOF</userinput></screen></para>
    4139
    4240<blockquote><para>This type of section is used mainly when creating
  • kde/core/arts.xml

    rf32ecb0e r064db32a  
    3535<sect2><title>aRts Installation Command explanations</title>
    3636<para><userinput>--prefix=&kde-dir;</userinput> : This option tells the
    37 process to install the package in &kde-dir;.  We put aRts here because this
     37process to install the package in <filename
     38class="directory">&kde-dir;</filename>.  We put aRts here because this
    3839package is required before installing KDE.</para>
    3940
  • kde/inst/kde-libs.xml

    rf32ecb0e r064db32a  
    3333<sect2><title>kdelibs Installation Command explanations</title>
    3434<para><userinput>--prefix=&kde-dir;</userinput> : This option tells
    35 the process to install the package in &kde-dir;.</para>
     35the process to install the package in <filename
     36class="directory">&kde-dir;</filename>.</para>
    3637
    3738<para><userinput>--disable-debug</userinput> : This option causes the
  • postlfs/config/random.xml

    rf32ecb0e r064db32a  
    5454chmod 755 /etc/rc.d/init.d/random</userinput></screen></para>
    5555
    56 <para>Create the symbolic links to this file in the relevant rc.d directories
     56<para>Create the symbolic links to this file in the relevant
     57<filename class="directory">rc.d</filename> directories
    5758with the following commands:
    5859<screen><userinput>cd /etc/rc.d/init.d &amp;&amp;
  • postlfs/editors/emacs/emacs-desc.xml

    rf32ecb0e r064db32a  
    5959
    6060<sect3><title>fakemail</title>
    61 <para>fakemail is a sendmail-like interface to /bin/mail.</para></sect3>
     61<para>fakemail is a sendmail-like interface to
     62<filename>/bin/mail</filename>.</para></sect3>
    6263
    6364<sect3><title>hexl</title>
  • postlfs/filesystems/ext3.xml

    rf32ecb0e r064db32a  
    1818ext3, edit the entry so that it looks similar to the following line.</para>
    1919
    20 <para><userinput>/dev/hdXX /mnt_point ext3 defaults 1 0</userinput></para>
     20<para><screen>/dev/hdXX /mnt_point ext3 defaults 1 0</screen></para>
    2121
    2222<para>In the above line, replace <filename>/dev/hdXX</filename> by the
    2323partition (e.g. <filename>/dev/hda2</filename>),
    24 /mnt_point by the mount point (e.g. <filename>/home</filename>). The 0 in the last field ensures
     24<filename class="directory">/mnt_point</filename> by the mount point (e.g. <filename>/home</filename>). The 0 in the last field ensures
    2525that the partition will not be checked for consistency during bootup by the
    2626checkfs script. You may replace the ext3 fs type in the above by auto if you
  • postlfs/security/firewalling/masqrouter.xml

    rf32ecb0e r064db32a  
    2424echo "of the quoted configuration rules."
    2525echo "You can find some quite comprehensive information"
    26 echo "about firewalling in Chapter 6 of the BLFS book."
     26echo "about firewalling in Chapter 4 of the BLFS book."
    2727echo "http://beyond.linuxfromscratch.org/"
    2828echo
  • postlfs/security/shadow/shadow-config.xml

    rf32ecb0e r064db32a  
    33
    44<sect3><title>Config files</title>
    5 <para><userinput>/etc/pam.d/login</userinput>,
    6 <userinput>/etc/pam.d/passwd</userinput>,
    7 <userinput>/etc/pam.d/su</userinput>,
    8 <userinput>/etc/pam.d/shadow</userinput>, <userinput>/etc/pam.d/useradd</userinput></para>
     5<para><filename>/etc/pam.d/login</filename>,
     6<filename>/etc/pam.d/passwd</filename>,
     7<filename>/etc/pam.d/su</filename>,
     8<filename>/etc/pam.d/shadow</filename>,
     9<filename>/etc/pam.d/useradd</filename></para>
    910</sect3>
    1011
  • postlfs/security/tripwire/tripwire-config.xml

    rf32ecb0e r064db32a  
    3636
    3737<para>During configuration tripwire will create 2 keys: a site key and
    38  a local key which will be stored in /etc/tripwire/.</para>
     38 a local key which will be stored in <filename class="directory">/etc/tripwire/</filename>.</para>
    3939
    4040</sect3>
  • server/mail/sendmail/sendmail-desc.xml

    rf32ecb0e r064db32a  
    3131<para>mailq prints a summary of waiting mail messages.</para></sect3>
    3232<sect3><title>newaliases</title>
    33 <para>newaliases rebuilds /etc/mail/aliases.db.</para></sect3>
     33<para>newaliases rebuilds <filename>/etc/mail/aliases.db</filename>.</para></sect3>
    3434<sect3><title>sendmail</title>
    3535<para>sendmail is the Sendmail mail transport agent.</para></sect3>
Note: See TracChangeset for help on using the changeset viewer.