Changeset 4c288b0 for server


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

Location:
server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.