Changeset 5628618e for server


Ignore:
Timestamp:
04/07/2003 09:14:53 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b77b166f
Parents:
0cfd5d9
Message:

spellcheck pass

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

Location:
server
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • server/mail/exim/exim-exp.xml

    r0cfd5d9 r5628618e  
    55groupadd exim
    66useradd -g exim exim</userinput></screen>
    7 Create the group and user exim which will run the the exim
     7Create the group and user exim which will run the exim
    88daemon.</para>
    99
  • server/other/bind/bind-config-exp.xml

    r0cfd5d9 r5628618e  
    1515<para><userinput>cat &gt; /home/named/etc/named.conf &lt;&lt;
    1616"EOF"</userinput> : Create the BIND configuration file, from which named will read the
    17 location of zone files, root nameservers and secure DNS keys.</para>
     17location of zone files, root name servers and secure DNS keys.</para>
    1818<para><userinput>cat &gt; /home/named/etc/namedb/pz/127.0.0 &lt;&lt; "EOF"</userinput> : Create a single zone file.</para>
    19 <para><userinput>cat &gt; /home/named/etc/namedb/root.hints &lt;&lt; "EOF"</userinput> : The root.hints file is a list of root nameservers.  This file must be
     19<para><userinput>cat &gt; /home/named/etc/namedb/root.hints &lt;&lt; "EOF"</userinput> : The root.hints file is a list of root name servers.  This file must be
    2020updated periodically with the dig utility.  Consult the BIND 9
    2121Administrator Reference Manual for details.</para>
     
    2424
    2525<para><userinput>cat &gt; /etc/resolv.conf &lt;&lt; "EOF"</userinput> : The resolv.conf file will specify the local host(127.0.0.1) as the
    26 nameserver.</para>
     26name server.</para>
    2727
    2828<para><userinput>cat &gt; /etc/rc.d/init.d/bind &lt;&lt;
  • server/other/bind/bind-config.xml

    r0cfd5d9 r5628618e  
    105105<userinput>EOF</userinput></screen></para>
    106106
    107 <para>Create or modify resolv.conf to use the new nameserver with the
     107<para>Create or modify resolv.conf to use the new name server with the
    108108following commands: </para>
    109109<note><para>Replace yourdomain.com with your own valid domain
  • server/other/dhcp/dhcp-desc.xml

    r0cfd5d9 r5628618e  
    1111
    1212<sect3><title>dhclient</title>
    13 <para>dhclient is the implemtation of the DHCP client.</para></sect3>
     13<para>dhclient is the implementation of the DHCP client.</para></sect3>
    1414
    1515<sect3><title>dhcpd</title>
  • server/other/openldap/openldap-exp.xml

    r0cfd5d9 r5628618e  
    1111/usr/sbin instead of /usr/libexec.</para>
    1212
    13 <para><userinput>--enable-ldbm</userinput> : Enable the most recent version of the Berkely DB.</para>
     13<para><userinput>--enable-ldbm</userinput> : Enable the most recent version of the Berkeley DB.</para>
    1414
    1515<para><userinput>--disable-debug</userinput> : Disable debugging code.</para> 
  • server/other/samba/samba-config.xml

    r0cfd5d9 r5628618e  
    153153
    154154<sect3><title>Logging on to DOMAIN01.</title>
    155 <para>Now we will log on the the domain as our newly created user as
     155<para>Now we will log on the domain as our newly created user as
    156156    follows:</para>
    157157<para><screen><userinput>1. Press Ctrl-Alt-Del to bring up the Log On to Windows dialog box.
  • server/other/samba/samba-desc.xml

    r0cfd5d9 r5628618e  
    2828<sect3><title>make_smbcodepage</title>
    2929<para>make_smbcodepage converts text descriptions of code pages to
    30 binary code page files nd vice versa.</para></sect3>
     30binary code page files and vice versa.</para></sect3>
    3131<sect3><title>make_unicodemap</title>
    3232<para>make_unicodemap converts text unicode map files to binary, for
Note: See TracChangeset for help on using the changeset viewer.