Changeset 823b1a3 for basicnet


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

Location:
basicnet
Files:
3 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
Note: See TracChangeset for help on using the changeset viewer.