Ignore:
Timestamp:
09/24/2003 01:20:44 AM (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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cce6b02e
Parents:
19234f1
Message:

update samba intro

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/dhcp/dhcp-intro.xml

    r19234f1 r40330fcd  
    11<sect2>
    2 <title>Introduction to dhcp</title>
     2<title>Introduction to <application><acronym>DHCP</acronym></application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&dhcp-download-http;"/>
    5 Download location (FTP):        <ulink url="&dhcp-download-ftp;"/>
    6 Version used:                   &dhcp-version;
    7 Package size:                   &dhcp-size;
    8 Estimated Disk space required:  &dhcp-buildsize;</screen>
     4<para>The <application><acronym>DHCP</acronym></application> package contains
     5both the client and server programs for <acronym>DHCP</acronym>.
     6<command>dhclient</command> (the client) is useful for connecting your computer
     7to a network which uses <acronym>DHCP</acronym> to assign network addresses.
     8<command>dhcpd</command> (the server) is useful for assigning network addresses
     9on your private network.</para>
    910
    10 <para>The dhcp package contains both the client and server programs for
    11 DHCP. dhclient (the client) is useful for connecting your computer to a
    12 network which uses DHCP to assign network addresses. dhcpd (the server)
    13 is useful for assigning network addresses on your private network.</para>
     11<sect3><title>Package information</title>
     12<itemizedlist spacing='compact'>
     13<listitem><para>Download (HTTP): <ulink
     14url="&dhcp-download-http;"/></para></listitem>
     15<listitem><para>Download (FTP): <ulink
     16url="&dhcp-download-ftp;"/></para></listitem>
     17<listitem><para>Download size: &dhcp-size;</para></listitem>
     18<listitem><para>Estimated Disk space required:
     19&dhcp-buildsize;</para></listitem>
     20<listitem><para>Estimated build time:
     21&dhcp-time;</para></listitem></itemizedlist>
     22</sect3>
    1423
    15 <screen>dhcp needs nothing to compile but you must have Packet Socket
    16 support compiled in the kernel and Socket Filtering either compiled in
    17 or as a kernel module to use it.</screen>
    1824
    1925</sect2>
Note: See TracChangeset for help on using the changeset viewer.