Changeset 4c288b0


Ignore:
Timestamp:
07/27/2005 04:35:22 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:
c138ad9
Parents:
a4e5c39
Message:

Fixed typos in various Chapter 8 package instructions; substituted 'regular user' with 'unprivileged user' where appropriate

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/fam.xml

    ra4e5c39 r4c288b0  
    145145      <title>Configuration Information</title>
    146146
    147       <para>Configuring the File Alteration Monitor.</para>
    148 
    149       <para>If you use <application>inetd</application>, add the
     147      <para>Configuring the File Alteration Monitor. Perform the following
     148      instructions as the <systemitem class='username'>root</systemitem>
     149      user.</para>
     150
     151      <para>If you use <command>inetd</command>, add the
    150152      <application>FAM</application> entry to
    151153      <filename>/etc/inetd.conf</filename> with the following command:</para>
     
    154156    &gt;&gt; /etc/inetd.conf</userinput></screen>
    155157
    156       <para>If you use <application>xinetd</application>, the following command will
     158      <para>If you use <command>xinetd</command>, the following command will
    157159      create the <application>FAM</application> file as
    158160      <filename>/etc/xinetd.d/sgi_fam</filename> (be sure the
     
    240242
    241243</sect1>
    242 
  • general/genlib/ispell.xml

    ra4e5c39 r4c288b0  
    9898      <segtitle>Installed Program</segtitle>
    9999      <segtitle>Installed Libraries</segtitle>
    100       <segtitle>Installed Directories</segtitle>
     100      <segtitle>Installed Directory</segtitle>
    101101
    102102      <seglistitem>
  • general/genlib/libcroco.xml

    ra4e5c39 r4c288b0  
    7373make</userinput></screen>
    7474
    75     <para>This package does not come with a testsuite.</para>
     75    <para>This package does not come with a test suite.</para>
    7676
    7777    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    8686    <segmentedlist>
    8787      <segtitle>Installed Program</segtitle>
    88       <segtitle>Installed Libray</segtitle>
    89       <segtitle>Installed Directories</segtitle>
     88      <segtitle>Installed Library</segtitle>
     89      <segtitle>Installed Directory</segtitle>
    9090
    9191      <seglistitem>
  • general/genlib/libesmtp.xml

    ra4e5c39 r4c288b0  
    7272make</userinput></screen>
    7373
    74     <para>This package does not come with a testsuite.</para>
     74    <para>This package does not come with a test suite.</para>
    7575
    7676    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    8686      <segtitle>Installed Program</segtitle>
    8787      <segtitle>Installed Libraries</segtitle>
    88       <segtitle>Installed Directories</segtitle>
     88      <segtitle>Installed Directory</segtitle>
    8989
    9090      <seglistitem>
  • general/genlib/libusb.xml

    ra4e5c39 r4c288b0  
    1010  <!ENTITY libusb-size "375 KB">
    1111  <!ENTITY libusb-buildsize "7.4 MB (additional 1.3 MB to install documentation)">
    12   <!ENTITY libusb-time "0.14 SBU (additional 0.08 SBU to build documentation)">
     12  <!ENTITY libusb-time "0.1 SBU">
    1313]>
    1414
     
    9898
    9999<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/apidocs &amp;&amp;
    100 install -v -m644 apidocs/html/* /usr/share/doc/libusb-&libusb-version;/apidocs</userinput></screen>
     100install -v -m644 apidocs/html/* \
     101    /usr/share/doc/libusb-&libusb-version;/apidocs</userinput></screen>
    101102
    102103  </sect2>
     
    195196
    196197</sect1>
    197 
  • general/genlib/pcre.xml

    ra4e5c39 r4c288b0  
    7878install -v -m644 doc/{Tech.Notes,*.txt} /usr/share/doc/pcre-&pcre-version;</userinput></screen>
    7979
    80     <para>If you reinstall <application>grep</application> after installing
    81     <application>pcre</application>, <application>grep</application> will get
    82     linked against <application>pcre</application> and may cause problems if
     80    <para>If you reinstall <application>Grep</application> after installing
     81    <application>PCRE</application>, <application>Grep</application> will get
     82    linked against <application>PCRE</application> and may cause problems if
    8383    <filename class="directory">/usr</filename> is a separate mount point. To avoid
    8484    this, either pass the option <option>--disable-perl-regexp</option> when executing
    85     <command>./configure</command> for <application>grep</application> or move
     85    <command>./configure</command> for <application>Grep</application> or move
    8686    <filename class="libraryfile">libpcre</filename> to <filename
    8787    class="directory">/lib</filename> as follows.</para>
     
    106106      <segtitle>Installed Programs</segtitle>
    107107      <segtitle>Installed Libraries</segtitle>
    108       <segtitle>Installed Directories</segtitle>
     108      <segtitle>Installed Directory</segtitle>
    109109
    110110      <seglistitem>
  • server/major/bind.xml

    ra4e5c39 r4c288b0  
    9090<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
    9191
    92     <para>Now run the test suite as a regular user:</para>
     92    <para>Now run the test suite as an unprivileged user:</para>
     93
    9394<screen><userinput>make check 2&gt;&amp;1 | tee check.log</userinput></screen>
    9495
  • server/major/proftpd.xml

    ra4e5c39 r4c288b0  
    7777echo /usr/lib/proftpd/proftpdshell &gt;&gt; /etc/shells</userinput></screen>
    7878
    79     <para>Install <application>ProFTPD</application> as a regular user by
     79    <para>Install <application>ProFTPD</application> as an unprivileged user by
    8080    running the following commands:</para>
    8181
     
    9999
    100100    <para><command>ln -v -s /bin/false /usr/lib/proftpd/proftpdshell</command>:
    101     Set the default shell as a link to a invalid shell.</para>
     101    Set the default shell as a link to an invalid shell.</para>
    102102
    103103    <para><command>echo /usr/lib/proftpd/proftpdshell &gt;&gt;
  • server/other/svnserver.xml

    ra4e5c39 r4c288b0  
    148148      administration of multiple repositories when using
    149149      <application>OpenSSH</application> for authentication. Going forward,
    150       you'll need to add your regular user, and any additional users that
     150      you'll need to add your unprivileged user, and any additional users that
    151151      you wish to have write access to the repository, to the
    152152      <systemitem class="groupname">svn</systemitem> and
  • x/installing/xfree86.xml

    ra4e5c39 r4c288b0  
    215215<screen role="root"><userinput>cp -v lndir /usr/bin/</userinput></screen>
    216216
    217       <para>And back as a regular user:</para>
     217      <para>And back as an unprivileged user:</para>
    218218
    219219<screen><userinput>popd</userinput></screen>
  • x/installing/xorg.xml

    ra4e5c39 r4c288b0  
    214214<screen role="root"><userinput>cp -v lndir /usr/bin/</userinput></screen>
    215215
    216       <para>And back as a regular user:</para>
     216      <para>And back as an unprivileged user:</para>
    217217
    218218<screen><userinput>popd</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.