Changeset b4054a8


Ignore:
Timestamp:
07/27/2005 06:05:59 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a2de57a7
Parents:
d9962703
Message:

Fixed typos in various Chapter 11 package instructions

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

Location:
general/sysutils
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cpio.xml

    rd9962703 rb4054a8  
    8383
    8484    <para><command>sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c</command>:
    85     This command fixes a build problem in the <command>mt</command> program.</para>
     85    This command fixes a build problem with the <command>mt</command> program.</para>
    8686
    8787    <para><parameter>CPIO_MT_PROG=mt</parameter>: This parameter forces the
     
    9898    <para><parameter>--with-rmt=/usr/sbin/rmt</parameter>: This parameter inhibits
    9999    building the <command>rmt</command> program as it is already installed by the
    100     <application>tar</application> package in LFS.</para>
     100    <application>Tar</application> package in LFS.</para>
    101101
    102102    <para><command>echo "#define HAVE_SETLOCALE 1" >> config.h</command>:
     
    155155
    156156</sect1>
    157 
  • general/sysutils/fcron.xml

    rd9962703 rb4054a8  
    7676    needs to be done prior to installing <application>Fcron</application>. This
    7777    command will append the necessary line to the current
    78     <filename>/etc/syslog.conf</filename>:</para>
     78    <filename>/etc/syslog.conf</filename> (perform as the
     79    <systemitem class='username'>root</systemitem> user):</para>
    7980
    8081    <indexterm zone="fcron fcron-syslog">
     
    9192
    9293    <para>The configuration file has been modified, so reloading the
    93     <command>sysklogd</command> daemon will activate the changes.</para>
     94    <command>sysklogd</command> daemon will activate the changes (again as the
     95    <systemitem class='username'>root</systemitem> user).</para>
    9496
    9597<screen role="root"><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen>
    9698
    9799    <para>For security reasons, an unprivileged user and group for
    98     <application>Fcron</application> should be created:</para>
     100    <application>Fcron</application> should be created (perform as the
     101    <systemitem class='username'>root</systemitem> user):</para>
    99102
    100103<screen role="root"><userinput>groupadd -g 22 fcron &amp;&amp;
  • general/sysutils/hdparm.xml

    rd9962703 rb4054a8  
    3838      <application>hdparm</application> can destroy your information and in
    3939      rare cases, drives. Use with caution and make sure you know what you are
    40       doing. If in doubt, we recommend you leave the default kernel parameters
    41       alone.</para>
     40      doing. If in doubt, it is recommended that you leave the default kernel
     41      parameters alone.</para>
    4242    </warning>
    4343
     
    127127
    128128</sect1>
    129 
  • general/sysutils/mc.xml

    rd9962703 rb4054a8  
    8383make</userinput></screen>
    8484
    85     <para>This package does not come with a testsuite.</para>
     85    <para>This package does not come with a test suite.</para>
    8686   
    8787    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    129129        <seg>mc, mcedit, mcmfmt, and mcview</seg>
    130130        <seg>None</seg>
    131         <seg>/usr/share/mc, /usr/lib/mc</seg>
     131        <seg>/usr/share/mc and /usr/lib/mc</seg>
    132132      </seglistitem>
    133133    </segmentedlist>
  • general/sysutils/which.xml

    rd9962703 rb4054a8  
    1010  <!ENTITY which-size          "123 KB">
    1111  <!ENTITY which-buildsize     "940 KB">
    12   <!ENTITY which-time          "0.03 SBU">
     12  <!ENTITY which-time          "less than 0.1 SBU">
    1313]>
    1414
     
    3434  <quote><command>which</command></quote> is for you to decide.</para>
    3535
    36   <para>The first option is to install the actual GNU program
    37   <application>which</application>.</para>
     36  <para>The first option is to install the actual GNU
     37  <application>which</application> package.</para>
    3838
    3939  <sect2 role="package">
     
    119119    <title>The 'which' Script</title>
    120120
    121     <para>The second option (for those who don't want to install the program)
     121    <para>The second option (for those who don't want to install the package)
    122122    is to create a simple script (execute as the
    123123    <systemitem class="username">root</systemitem> user):</para>
     
    136136
    137137</sect1>
    138 
  • general/sysutils/zip.xml

    rd9962703 rb4054a8  
    8787    <filename class='directory'>/usr/local</filename> in the
    8888    <filename>unix/Makefile</filename> which is used as a
    89     <command>Makefile</command> and builds the executables for a Linux system. The
     89    <filename>Makefile</filename> and builds the executables for a Linux system. The
    9090    alternatives to <option>generic_gcc</option> can be seen with a
    9191    <command>make -f unix/Makefile list</command> command.</para>
Note: See TracChangeset for help on using the changeset viewer.