Changeset 8a0cee4


Ignore:
Timestamp:
04/09/2003 10:30:49 PM (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:
100a3e5
Parents:
036393e1
Message:

part I, II, III, IV

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

Files:
24 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd/dhcpcd-exp.xml

    r036393e1 r8a0cee4  
    33
    44<para><userinput>patch -Np1 -i ../dhcpcd-&dhcpcd-version;.patch
    5 :</userinput> Dhcpcd unpatched puts all configuration and temporary
     5</userinput> : Dhcpcd unpatched puts all configuration and temporary
    66files in <filename>/etc/dhcpc</filename>. This becomes very annoying
    77when dhcpcd tells you it's running and it's not.  You look in
     
    1111puts files where you expect them to be.</para>
    1212
    13 <para><userinput>--prefix="" :</userinput>There may be a good reason for
     13<para><userinput>--prefix=""</userinput> : There may be a good reason for
    1414abandoning the normal BLFS convention of using --prefix=/usr here.  If
    1515you are installing DHCP, it is likely that it is required during the
    16 boot process and /usr may be network mounted in which case, dhcpcd
     16boot process and <filename>/usr</filename> may be network mounted in which case, dhcpcd
    1717wouldn't be available due to being on the network!  Therefore, depending
    1818on your situation, you may want it to be installed in <filename>/sbin</filename> or <filename>/usr/sbin</filename>.  This command installs to <filename>/sbin</filename>.</para>
    1919
    20 <para><userinput>--sysconfdir=/var/lib :</userinput> This command install
     20<para><userinput>--sysconfdir=/var/lib</userinput> : This command install
    2121configuration files in the <filename>/var/lib</filename>
    2222directory.</para>
    2323
    24 <para><userinput>--mandir=/usr/share/man :</userinput> This command
     24<para><userinput>--mandir=/usr/share/man</userinput> : This command
    2525install the man pages to the <filename>/usr/share/man</filename>
    2626directory.</para>
  • general/genlib/aspell/aspell-config.xml

    r036393e1 r8a0cee4  
    77installed. You can find them at <ulink url="http://aspell.net/"/>.</para>
    88
    9 <para>The installation of the dictionaries can be done by:</para>
     9<para>Install your dictionary or dictionaries by running the following commands:</para>
    1010<para><screen><userinput>./configure &amp;&amp;
    1111make &amp;&amp;
  • general/genlib/expat/expat-inst.xml

    r036393e1 r8a0cee4  
    22<title>Installation of expat</title>
    33
    4 <para>The expat.h declares XML_Status after it's first use.  This is
     4<para>The <filename>expat.h</filename> declares XML_Status after it's first use.  This is
    55corrected by the following patch:
    66
  • general/genlib/genlib.xml

    r036393e1 r8a0cee4  
    1212
    1313<para>There are two types of library, static and shared.  Shared
    14 libraries (usually libXXX.so) are loaded into memory from the shared
    15 copy at runtime (hence the name).  Static libraries (libXXX.a) are
     14libraries (usually <filename>libXXX.so</filename>) are loaded into memory from the shared
     15copy at runtime (hence the name).  Static libraries
     16(<filename>libXXX.a</filename>) are
    1617actually linked into the program executable file itself, thus making the
    1718program file larger.  Quite often, you will find both static and shared
  • general/genlib/gwrap/gwrap-exp.xml

    r036393e1 r8a0cee4  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/usr</userinput> : Change the g-wrap default installation directory of /usr/local.</para>
     4<para><userinput>--prefix=/usr</userinput> : Change the g-wrap default
     5installation directory of <filename>/usr/local</filename>.</para>
    56
    67</sect2>
  • general/genlib/libfam/libfam-config.xml

    r036393e1 r8a0cee4  
    1616<para>Configuring the file alteration monitor.</para>
    1717
    18 <para>If you use inetd, add the fam entry to /etc/inetd.conf with the
     18<para>If you use inetd, add the fam entry to
     19<filename>/etc/inetd.conf</filename> with the
    1920following command: </para>
    2021
  • general/genlib/libfam/libfam-inst.xml

    r036393e1 r8a0cee4  
    55
    66<note><para>You will get warnings about make install being unable to
    7 merge entries in /etc/rpc.  These can be ignored, along with any IMON
     7merge entries in <filename>/etc/rpc</filename>.  These can be ignored, along with any IMON
    88or inetd.conf warnings, as we will be configuring these files after
    99installation.</para></note>
  • general/genlib/openssl/openssl-exp.xml

    r036393e1 r8a0cee4  
    22<title>Command explanations</title>
    33
    4 <para><userinput>rm doc/apps/passwd.pod </userinput> : We do this because otherwise openssl installs it's passwd man page over the
     4<para><userinput>rm doc/apps/passwd.pod </userinput> : We do this because otherwise openssl installs its passwd man page over the
    55existing system one which isn't what we want.</para>
    66
  • general/graphlib/aalib/aalib-intro.xml

    r036393e1 r8a0cee4  
    1414<xref linkend="xfree86"/></screen>
    1515
     16
     17<!--
    1618<sect3>
    1719<title>Example</title>
     
    6365This example shows the editor in ASCII ARTS.</para>
    6466</sect3>
    65 
     67-->
    6668</sect2>
    6769
  • general/graphlib/libtiff/libtiff-exp.xml

    r036393e1 r8a0cee4  
    88
    99<para><userinput>--with-DIR_MAN=/usr/share/man</userinput> : This is
    10 used because despite the fact we pass --prefix=/usr, the configure
    11 routine tries to install the man pages in /usr/local/man instead of the
     10used because despite the fact we pass
     11<userinput>--prefix=/usr</userinput>, the configure
     12routine tries to install the man pages in
     13<filename>/usr/local/man</filename> instead of the
    1214correct place.</para>
    1315
  • general/graphlib/libungif/libungif-inst.xml

    r036393e1 r8a0cee4  
    88make install</userinput></screen></para>
    99
    10 <note><para>If you get an error during the make portion compiling lib/qprintf.c,
     10<note><para>If you get an error during the make portion compiling
     11<filename>lib/qprintf.c</filename>,
    1112edit the file and comment out or remove line 14: #include &lt;config.h&gt;
    1213</para></note>
  • general/prog/gcc2/gcc2-config.xml

    r036393e1 r8a0cee4  
    1010your requirements.</para>
    1111
    12 <para>If you only need the gcc-&gcc2-version; libraries, you may delete /opt/gcc2.</para>
     12<para>If you only need the gcc-&gcc2-version; libraries, you may delete
     13<filename>/opt/gcc2</filename>.</para>
    1314
    1415<para>Whenever you need to use gcc-&gcc2-version; instead of you system installed compiler,
  • general/prog/gcc2/gcc2-inst.xml

    r036393e1 r8a0cee4  
    3232
    3333<para>Move the C++ libraries to the standard lib directory to avoid having to
    34 add /opt/gcc2/lib to <userinput>/etc/ld.so.conf</userinput>.</para>
     34add <filename>/opt/gcc2/lib</filename> to
     35<filename>/etc/ld.so.conf</filename>.</para>
    3536
    3637<para><screen><userinput>for i in /opt/gcc2/lib/*.so*; do mv -f $i /usr/lib;
  • general/prog/jdk/j2sdk-config.xml

    r036393e1 r8a0cee4  
    44<sect3><title>Configuration Information</title>
    55
    6 <para>We have two Java 2 SDK's installed in /opt/j2sdk. Decide on which one you
     6<para>We have two Java 2 SDK's installed in
     7<filename>/opt/j2sdk</filename>. Decide on which one you
    78would like to use as the default. For example if you decide to use the source
    89compiled j2sdk, do the following:</para>
     
    1011<para><screen><userinput>ln -nsf j2sdk-&j2sdk-src-version; /opt/j2sdk/j2sdk</userinput></screen></para>
    1112
    12 <para>Add the following lines to your shell startup file (e.g. /etc/profile).
     13<para>Add the following lines to your shell startup file (e.g.
     14<filename>/etc/profile</filename>).
    1315</para>
    1416
     
    1618export PATH=$PATH:$JAVA_HOME/bin</userinput></screen></para>
    1719
    18 <para>Add $JAVA_HOME/man to your MANPATH variable or to /etc/man.conf</para>
     20<para>Add <filename>$JAVA_HOME/man</filename> to your MANPATH variable or to
     21<filename>/etc/man.conf</filename></para>
    1922
    2023<para>The java plugin is in the directory <userinput>$JAVA_HOME/jre/plugin/i?86/ns610/</userinput>.
  • general/prog/jdk/j2sdk-intro.xml

    r036393e1 r8a0cee4  
    4040</para>
    4141
    42 <para>For users who do cannot download the j2sdk source owing to license
     42<para>For users who cannot download the j2sdk source owing to license
    4343restrictions, blackdown has a gcc3 based precompiled version.
    4444Check out <ulink url="http://www.blackdown.org/"/> for more information.</para>
  • general/sysutils/fcron/fcron-config.xml

    r036393e1 r8a0cee4  
    6161<sect3><title>Config files</title>
    6262
    63 <para><userinput>/etc/fcron.conf, /etc/fcron.allow,
    64 /etc/fcron.deny</userinput></para>
     63<para><userinput>/etc/fcron.conf</userinput>,
     64<userinput>/etc/fcron.allow</userinput>,
     65<userinput>/etc/fcron.deny</userinput></para>
    6566
    6667<para>There are no required changes in any of these files.
    6768Configuration information can be found in the man page for
    68 fcron.conf.</para>
     69<filename>fcron.conf</filename>.</para>
    6970
    7071<para>fcron scripts are written using fcrontab.  Refer to the man page
  • general/sysutils/fcron/fcron-inst.xml

    r036393e1 r8a0cee4  
    33
    44<para>Fcron uses the cron facility of syslog to log all messages.  Since LFS
    5 does not set up this facility in /etc/syslog.conf, it needs to be done prior
     5does not set up this facility in <filename>/etc/syslog.conf</filename>, it needs to be done prior
    66to installing fcron.  This command will append the necessary line to the
    77current <filename>/etc/syslog.conf</filename>.</para>
  • general/sysutils/gpm/gpm-config.xml

    r036393e1 r8a0cee4  
    9595<userinput>gpm -t -help</userinput>.  Your MDEVICE setting depends on
    9696which type of mouse you have.  For example,
    97 <userinput>/dev/ttyS0</userinput> for a serial mouse (on Windows this is
    98 COM1), <userinput>/dev/input/mice</userinput> is often used for USB mice
    99 and <userinput>/dev/psaux</userinput> for PS2 mice.  It is normally
    100 thought not a good idea to link /dev/mouse to the relevant device, but
     97<filename>/dev/ttyS0</filename> for a serial mouse (on Windows this is
     98COM1), <filename>/dev/input/mice</filename> is often used for USB mice
     99and <filename>/dev/psaux</filename> for PS2 mice.  It is normally
     100thought not a good idea to link <filename>/dev/mouse</filename> to the relevant device, but
    101101instead to reference it directly.</para>
    102102
  • postlfs/config/skel.xml

    r036393e1 r8a0cee4  
    1717<filename>.bash_profile</filename>, <filename>.bashrc</filename>,
    1818<filename>.bash_logout</filename>, <filename>dircolors</filename>,
    19 <filename>.inputrc</filename>, and <filename>.vimrc</filename>.</para>
     19<filename>.inputrc</filename> and <filename>.vimrc</filename>.</para>
    2020
    2121<para>When creating a new user with
  • postlfs/filesystems/ext3.xml

    r036393e1 r8a0cee4  
    1515kernel if needed.</para>
    1616
    17 <para>Edit your /etc/fstab. For each partition that you want to convert into
     17<para>Edit your <filename>/etc/fstab</filename>. For each partition that you want to convert into
    1818ext3, edit the entry so that it looks similar to the following line.</para>
    1919
    2020<para><userinput>/dev/hdXX /mnt_point ext3 defaults 1 0</userinput></para>
    2121
    22 <para>In the above line, replace /dev/hdXX by the partition (e.g. /dev/hda2),
    23 /mnt_point by the mount point (e.g. /home). The 0 in the last field ensures
     22<para>In the above line, replace <filename>/dev/hdXX</filename> by the
     23partition (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
    2425that the partition will not be checked for consistency during bootup by the
    2526checkfs script. You may replace the ext3 fs type in the above by auto if you
     
    2728enabling the ext3 support in the kernel.</para>
    2829
    29 <para>For each partition that you have converted to ext3 in /etc/fstab,
     30<para>For each partition that you have converted to ext3 in
     31<filename>/etc/fstab</filename>,
    3032enable the journal for the partition by running the following command.</para>
    3133
  • postlfs/security/iptables/iptables-desc.xml

    r036393e1 r8a0cee4  
    22<title>Contents</title>
    33
    4 <para>The iptables-package contains <userinput>iptables,
    5 ip6tables,</userinput> and some libraries.</para>
     4<para>The iptables-package contains <userinput>iptables</userinput>,
     5<userinput>ip6tables</userinput> and some libraries.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>iptables</title>
    12 <para>is used to set up, maintain, and inspect the tables of IP packet
     12<para>iptables is used to set up, maintain, and inspect the tables of IP packet
    1313filter rules in the Linux kernel.</para>
    1414</sect3>
    1515
    1616<sect3><title>iptables-save, ~-restore</title>
    17 <para>to save and to restore your elaborated set of chains and rules.
    18 Until iptables-1.2.5 they were declared experimental.</para>
     17<para>These are used to save and to restore your elaborated set of chains and rules. Until iptables-1.2.5 they were declared experimental.</para>
    1918</sect3>
    2019
  • postlfs/security/iptables/iptables-exp.xml

    r036393e1 r8a0cee4  
    22<title>Command explanations</title>
    33
    4 <para><userinput>PREFIX=/usr</userinput>: Compiles and installs
     4<para><userinput>PREFIX=/usr</userinput> : Compiles and installs
    55iptables into the <filename>/usr</filename> hierarchy instead
    66of <filename>/usr/local</filename>.</para>
  • postlfs/security/shadow/shadow-config.xml

    r036393e1 r8a0cee4  
    33
    44<sect3><title>Config files</title>
    5 <para><userinput>/etc/pam.d/login /etc/pam.d/passwd /etc/pam.d/su
    6 /etc/pam.d/shadow /etc/pam.d/useradd</userinput></para>
     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>
    79</sect3>
    810
  • postlfs/shells/shells.xml

    r036393e1 r8a0cee4  
    33<title>Shells</title>
    44
    5 <para>We are all familiar with the Bourne Again shell, but there are two
     5<para>We are all familiar with the Bourne Again SHell, but there are two
    66other user interfaces that are considered useful modern shells -- the
    7 Berkeley UNIX C shell and the korn shell.  This chapter installs
     7Berkeley UNIX C shell and the Korn shell.  This chapter installs
    88packages compatible with these additional shell types.</para>
    99
Note: See TracChangeset for help on using the changeset viewer.