Changeset 823b1a3


Ignore:
Timestamp:
07/26/2005 08:39: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:
8732295
Parents:
0bc6cf76
Message:

Tagging fixes to various package instructions

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

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/nail.xml

    r0bc6cf76 r823b1a3  
    8282    <para>This package does not come with a test suite.</para>
    8383
    84     <para>Now, as the root user:</para>
     84    <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
    8585
    8686<screen role='root'><userinput>make PREFIX=/usr install UCBINSTALL=/usr/bin/install &amp;&amp;
  • basicnet/netutils/traceroute.xml

    r0bc6cf76 r823b1a3  
    8282    <para><command>sed 's/-o bin/-o root/' Makefile.in</command>:
    8383    Adjusts the <filename>Makefile</filename> so that the program is installed
    84     with user root instead of user bin (which doesn't exist on a default
    85     LFS system).</para>
     84    with user <systemitem class='username'>root</systemitem> owning the files
     85    instead of user <systemitem class='username'>bin</systemitem>
     86    (which doesn't exist on a default LFS system).</para>
    8687
    8788    <para><command>make install</command>: Installs <command>traceroute</command>
  • basicnet/textweb/lynx.xml

    r0bc6cf76 r823b1a3  
    121121    <application>Lynx</application>.</para>
    122122
    123     <para><command>chgrp -v -R root /usr/share/doc/lynx/2.8.5/lynx_doc</command>:
     123    <para><command>chgrp -v -R root
     124    /usr/share/doc/lynx-&lynx-version;/lynx_doc</command>:
    124125    This command corrects the improper group ownership of installed documentation
    125126    files caused if <application>Lynx</application> is built by any user other
  • general/genlib/gdbm.xml

    r0bc6cf76 r823b1a3  
    9090    command overrides the <varname>BINOWN</varname> and
    9191    <varname>BINGRP</varname> variables in the <filename>Makefile</filename>
    92     changing ownership of the installed files to root instead of the bin
    93     user.</para>
     92    changing ownership of the installed files to
     93    <systemitem class='username'>root</systemitem> instead of the
     94    <systemitem class='username'>bin</systemitem> user.</para>
    9495
    9596  </sect2>
  • general/genlib/ispell.xml

    r0bc6cf76 r823b1a3  
    7777    <para>To test the build, issue: <command>make test</command>.</para>
    7878
    79     <para>Now as the root user:</para>
     79    <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
    8080
    8181<screen><userinput>make install</userinput></screen>
  • general/graphlib/libmng.xml

    r0bc6cf76 r823b1a3  
    8686
    8787    <para><command>cp makefiles/makefile.linux Makefile</command>: There are no
    88     autotools shipped with this package. The Linux <filename>makefile</filename>
     88    autotools shipped with this package. The Linux <filename>Makefile</filename>
    8989    is copied to the root of the source tree, facilitating the installation.</para>
    9090
  • postlfs/editors/vim.xml

    r0bc6cf76 r823b1a3  
    9898      <para>If you recompile <application>Vim</application> to link against
    9999      <application>X</application>, and your <application>X</application>
    100       libs are not on the root partition, you will no longer have an editor
     100      libraries are not on the root partition, you will no longer have an editor
    101101      for use in emergencies. You may choose to install an additional editor,
    102102      not link <application>Vim</application> against
  • postlfs/security/stunnel.xml

    r0bc6cf76 r823b1a3  
    9999      created a signed SSL Certificate you wish to use, copy it to
    100100      <filename>/etc/stunnel/stunnel.pem</filename> before starting the build
    101       (ensure only root has read and write access), otherwise you will be
     101      (ensure only <systemitem class='username'>root</systemitem> has read and
     102      write access), otherwise you will be
    102103      prompted to create one during the installation process. The
    103104      <filename>.pem</filename> file must be formatted as shown below:</para>
  • pst/sgml/sgml-common.xml

    r0bc6cf76 r823b1a3  
    101101      <title>Update Hint</title>
    102102
    103       <para>Remove the above catalog items prior to upgrading (as the root user)
    104       with:</para>
     103      <para>Remove the above catalog items prior to upgrading (as the
     104      <systemitem class='username'>root</systemitem> user) with:</para>
    105105
    106106<screen role="root"><userinput>install-catalog --remove /etc/sgml/sgml-ent.cat \
  • server/major/openssh.xml

    r0bc6cf76 r823b1a3  
    176176      <para>There are no required changes to any of these files. However,
    177177      you may wish to view the <filename class='directory'>/etc/ssh/</filename>
    178       files and make any changes appropriate for the security of your system. One
    179       recomended change is that you disable root login via <command>ssh</command>.
    180       Execute the following command to disable root login via
     178      files and make any changes appropriate for the security of your system.
     179      One recomended change is that you disable
     180      <systemitem class='username'>root</systemitem> login via
     181      <command>ssh</command>. Execute the following command as the
     182      <systemitem class='username'>root</systemitem> user to disable
     183      <systemitem class='username'>root</systemitem> login via
    181184      <command>ssh</command>:</para>
    182185
  • server/major/samba3.xml

    r0bc6cf76 r823b1a3  
    502502          <para>BLFS does not recommend using these procedures because of the
    503503          security risk involved. However, in a home network environment and
    504           disclosure of the root password is an acceptable risk, the following
     504          disclosure of the <systemitem class='username'>root</systemitem>
     505          password is an acceptable risk, the following
    505506          instructions are provided for your convenience.</para>
    506507        </warning>
     
    802803          <para>is a helper application used by the
    803804          <command>smbmount</command> program to do the actual mounting of
    804           SMB shares. It can be installed setuid root if you want
     805          SMB shares. It can be installed setuid
     806          <systemitem class='username'>root</systemitem> if you want
    805807          unprivileged users to be able to mount their SMB shares.</para>
    806808          <indexterm zone="samba3 smbmnt">
  • server/other/svnserver.xml

    r0bc6cf76 r823b1a3  
    4545      <title>1. Setup Users, Groups, and Permissions</title>
    4646
    47       <para>You'll need to be user root for the initial portion of
     47      <para>You'll need to be user
     48      <systemitem class='username'>root</systemitem> for the initial portion of
    4849      configuration. Create the <systemitem class="username">svn</systemitem>
    4950      user and group with the following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.