Changeset 0fbab6b


Ignore:
Timestamp:
02/12/2005 07:50:52 AM (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.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f62b122b
Parents:
3616dc5
Message:

Added md5sums to Chapter 22 package instructions

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3616dc5 r0fbab6b  
    1 <!ENTITY day          "11">
     1<!ENTITY day          "12">
    22<!ENTITY month        "02">
    33<!ENTITY year         "2005">
  • introduction/welcome/changelog.xml

    r3616dc5 r0fbab6b  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapter 22
     26package instructions.</para></listitem>
    2427
    2528<listitem><para>February 11th, 2005 [bdubbs]: Rewrote bootdisk page.</para>
  • server/other/bind.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY bind-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    88<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
     9<!ENTITY bind-md5sum "fdb42fff7e345372ac52a4493b77b694">
    910<!ENTITY bind-size "4.6 MB">
    1011<!ENTITY bind-buildsize "87 MB">
     
    3839<listitem><para>Download (FTP):
    3940<ulink url="&bind-download-ftp;"/></para></listitem>
     41<listitem><para>Download MD5 sum:
     42&bind-md5sum;</para></listitem>
    4043<listitem><para>Download size:
    4144&bind-size;</para></listitem>
  • server/other/dhcp.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY dhcp-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
    88<!ENTITY dhcp-download-ftp "ftp://ftp.isc.org/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
     9<!ENTITY dhcp-md5sum "44f72d16a12acc3fbe09703157aa42d2">
    910<!ENTITY dhcp-size "852 KB">
    1011<!ENTITY dhcp-buildsize "29.6 MB">
     
    2122
    2223<sect2>
    23 <title>Introduction to <application><acronym>DHCP</acronym></application></title>
     24<title>Introduction to
     25<application><acronym>DHCP</acronym></application></title>
    2426
    2527<para>The <application><acronym>DHCP</acronym></application> package contains
     
    3638<listitem><para>Download (FTP): <ulink
    3739url="&dhcp-download-ftp;"/></para></listitem>
     40<listitem><para>Download MD5 sum: &dhcp-md5sum;</para></listitem>
    3841<listitem><para>Download size: &dhcp-size;</para></listitem>
    3942<listitem><para>Estimated disk space required:
     
    4548<sect3><title><application>dhcp</application> dependencies</title>
    4649<sect4><title>Required</title>
    47 <para><xref linkend="net-tools"/>. You may omit net-tools by using the
    48 following patch to utilize iproute2: <ulink
    49 url="&patch-root;/dhcp-&dhcp-version;-iproute2-1.patch"/>.</para></sect4>
     50<para><xref linkend="net-tools"/> (you may omit
     51<application>net-tools</application> by using the following patch to utilize
     52<application>iproute2</application>: <ulink
     53url="&patch-root;/dhcp-&dhcp-version;-iproute2-1.patch"/>)</para>
     54</sect4>
    5055</sect3>
    5156
     
    5358
    5459<sect2>
    55 <title>Installation of <application><acronym>DHCP</acronym></application></title>
     60<title>Installation of
     61<application><acronym>DHCP</acronym></application></title>
    5662
    5763<note><para>You must have Packet Socket support compiled in the kernel and
     
    7278
    7379<para><parameter>LIBDIR=/usr/lib INCDIR=/usr/include</parameter>: This
    74 command installs the library and include files in <filename
    75 class="directory">/usr</filename> instead of <filename
    76 class="directory">/usr/local</filename>.</para>
     80command installs the library and include files in
     81<filename class="directory">/usr</filename> instead of
     82<filename class="directory">/usr/local</filename>.</para>
    7783
    7884</sect2>
     
    97103
    98104<para>Install the <filename>/etc/rc.d/init.d/dhcp</filename>
    99 init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
     105init script included in the <xref linkend="intro-important-bootscripts"/>
     106package.</para>
    100107
    101108<screen><userinput><command>make install-dhcp</command></userinput></screen>
  • server/other/leafnode.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY leafnode-download-http "http://prdownloads.sourceforge.net/leafnode/leafnode-&leafnode-version;.rel.tar.bz2">
    88<!ENTITY leafnode-download-ftp "ftp://ftp.gwdg.de/pub/linux/mirrors/sunsite/system/news/transport/leafnode-&leafnode-version;.rel.tar.bz2">
     9<!ENTITY leafnode-md5sum "271f5335e5ea3115cc0dfe7ce91da477">
    910<!ENTITY leafnode-size "383 KB">
    1011<!ENTITY leafnode-buildsize "8.8 MB">
    1112<!ENTITY leafnode-time "0.11 SBU">
    12 
    1313]>
    1414
     
    2929<sect3><title>Package information</title>
    3030<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink url="&leafnode-download-http;"/></para></listitem>
    32 <listitem><para>Download (FTP): <ulink url="&leafnode-download-ftp;"/></para></listitem>
     31<listitem><para>Download (HTTP):
     32<ulink url="&leafnode-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP):
     34<ulink url="&leafnode-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &leafnode-md5sum;</para></listitem>
    3336<listitem><para>Download size: &leafnode-size;</para></listitem>
    34 <listitem><para>Estimated disk space required: &leafnode-buildsize;</para></listitem>
    35 <listitem><para>Estimated build time: &leafnode-time;</para></listitem></itemizedlist>
     37<listitem><para>Estimated disk space required:
     38&leafnode-buildsize;</para></listitem>
     39<listitem><para>Estimated build time:
     40&leafnode-time;</para></listitem></itemizedlist>
    3641</sect3>
    3742
    3843<sect3><title><application>Leafnode</application> dependencies</title>
    3944<sect4><title>Required</title>
    40 <para><xref linkend="pcre"/> and <xref linkend="tcpwrappers"/>
    41 </para></sect4>
     45<para><xref linkend="pcre"/> and <xref linkend="tcpwrappers"/></para>
     46</sect4>
     47
    4248<sect4><title>Recommended</title>
    43 <para><xref linkend="xinetd"/></para></sect4>
     49<para><xref linkend="xinetd"/></para>
     50</sect4>
    4451</sect3>
    4552
  • server/other/openldap.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    88<!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
     9<!ENTITY openldap-md5sum "bd45020a47061ea1c1e14e2f6204a0f9">
    910<!ENTITY openldap-size "2.5 MB">
    1011<!ENTITY openldap-buildsize "67 MB">
     
    3132<sect3><title>Package information</title>
    3233<itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink url="&openldap-download-http;"/></para></listitem>
    34 <listitem><para>Download (FTP): <ulink url="&openldap-download-ftp;"/></para></listitem>
     34<listitem><para>Download (HTTP):
     35<ulink url="&openldap-download-http;"/></para></listitem>
     36<listitem><para>Download (FTP):
     37<ulink url="&openldap-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &openldap-md5sum;</para></listitem>
    3539<listitem><para>Download size: &openldap-size;</para></listitem>
    36 <listitem><para>Estimated disk space required: &openldap-buildsize;</para></listitem>
    37 <listitem><para>Estimated build time: &openldap-time;</para></listitem></itemizedlist>
     40<listitem><para>Estimated disk space required:
     41&openldap-buildsize;</para></listitem>
     42<listitem><para>Estimated build time:
     43&openldap-time;</para></listitem></itemizedlist>
    3844</sect3>
    3945
  • server/other/openssh.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY openssh-download-http "http://sunsite.ualberta.ca/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    88<!ENTITY openssh-download-ftp "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
     9<!ENTITY openssh-md5sum "8e1774d0b52aff08f817f3987442a16e">
    910<!ENTITY openssh-size "854 KB">
    1011<!ENTITY openssh-buildsize "13.3 MB">
     
    3132<sect3><title>Package information</title>
    3233<itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink url="&openssh-download-http;"/></para></listitem>
    34 <listitem><para>Download (FTP): <ulink url="&openssh-download-ftp;"/></para></listitem>
     34<listitem><para>Download (HTTP):
     35<ulink url="&openssh-download-http;"/></para></listitem>
     36<listitem><para>Download (FTP):
     37<ulink url="&openssh-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &openssh-md5sum;</para></listitem>
    3539<listitem><para>Download size: &openssh-size;</para></listitem>
    36 <listitem><para>Estimated disk space required: &openssh-buildsize;</para></listitem>
    37 <listitem><para>Estimated build time: &openssh-time;</para></listitem></itemizedlist>
     40<listitem><para>Estimated disk space required:
     41&openssh-buildsize;</para></listitem>
     42<listitem><para>Estimated build time:
     43&openssh-time;</para></listitem></itemizedlist>
    3844</sect3>
    3945
     
    4349<para><xref linkend="openssl"/></para>
    4450</sect4>
     51
    4552<sect4><title>Optional</title>
    4653<para><xref linkend="Linux_PAM"/>,
     
    5057<xref linkend="j2sdk"/>,
    5158<xref linkend="net-tools"/> and
    52 <ulink url="http://www.opensc.org/">OpenSC</ulink>
    53 </para></sect4>
     59<ulink url="http://www.opensc.org/">OpenSC</ulink></para>
     60</sect4>
    5461</sect3>
    5562
     
    134141<command>sshd</command>, <command>ssh</command> and
    135142<command>ssh-agent</command></para>
    136 
    137143</sect3>
    138144
     
    144150
    145151<screen><userinput><command>make install-sshd</command></userinput></screen>
    146 
    147152</sect3>
    148153
  • server/other/rsync.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY rsync-download-http "http://rsync.samba.org/ftp/rsync/rsync-&rsync-version;.tar.gz">
    88<!ENTITY rsync-download-ftp "ftp://ftp.samba.org/pub/rsync/rsync-&rsync-version;.tar.gz">
     9<!ENTITY rsyncd-md5sum "2beb30caafa69a01182e71c528fb0393">
    910<!ENTITY rsyncd-size "583 KB">
    1011<!ENTITY rsync-buildsize "4.8 MB">
     
    3334<listitem><para>Download (FTP):
    3435<ulink url="&rsync-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &rsyncd-md5sum;</para></listitem>
    3537<listitem><para>Download size: &rsyncd-size;</para></listitem>
    3638<listitem><para>Estimated disk space required:
  • server/other/samba3.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY samba3-download-http "http://us1.samba.org/samba/ftp/samba-&samba3-version;.tar.gz">
    88<!ENTITY samba3-download-ftp "ftp://ftp.samba.org/pub/samba/samba-&samba3-version;.tar.gz">
     9<!ENTITY samba3-md5sum "9cf2bcef71509a81687dec8732545400">
    910<!ENTITY samba3-size "15.1 MB">
    1011<!ENTITY samba3-buildsize "141 MB">
     
    3940<listitem><para>Download (FTP):
    4041<ulink url="&samba3-download-ftp;"/></para></listitem>
     42<listitem><para>Download MD5 sum:
     43&samba3-md5sum;</para></listitem>
    4144<listitem><para>Download size:
    4245&samba3-size;</para></listitem>
     
    183186</listitem>
    184187
    185 <listitem><para>The Official Samba HOWTO and Reference Guide
    186 <ulink url="file:///usr/share/samba/swat/help/Samba-HOWTO-Collection/index.html"/></para>
     188<listitem><para>The Official Samba HOWTO and Reference Guide <ulink
     189url="file:///usr/share/samba/swat/help/Samba-HOWTO-Collection/index.html"/>
     190</para>
    187191</listitem>
    188192
  • server/other/xinetd.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-&xinetd-version;.tar.gz">
    88<!ENTITY xinetd-download-ftp " ">
     9<!ENTITY xinetd-md5sum "4295b5fe12350f09b5892b363348ac8b">
    910<!ENTITY xinetd-size "291 KB">
    1011<!ENTITY xinetd-buildsize "3.91 MB">
    1112<!ENTITY xinetd-time "0.09 SBU">
    12 
    1313]>
    1414
     
    2929<sect3><title>Package information</title>
    3030<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink url="&xinetd-download-http;"/></para></listitem>
    32 <listitem><para>Download (FTP): <ulink url="&xinetd-download-ftp;"/></para></listitem>
     31<listitem><para>Download (HTTP):
     32<ulink url="&xinetd-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP):
     34<ulink url="&xinetd-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &xinetd-md5sum;</para></listitem>
    3336<listitem><para>Download size: &xinetd-size;</para></listitem>
    34 <listitem><para>Estimated disk space required: &xinetd-buildsize;</para></listitem>
    35 <listitem><para>Estimated build time: &xinetd-time;</para></listitem></itemizedlist>
     37<listitem><para>Estimated disk space required:
     38&xinetd-buildsize;</para></listitem>
     39<listitem><para>Estimated build time:
     40&xinetd-time;</para></listitem></itemizedlist>
    3641</sect3>
    3742
    3843<sect3><title><application>xinetd</application> dependencies</title>
    3944<sect4><title>Optional</title>
    40 <para><xref linkend="tcpwrappers"/></para></sect4>
     45<para><xref linkend="tcpwrappers"/></para>
     46</sect4>
    4147</sect3>
    4248
     
    8389<screen><userinput><command>make install-xinetd</command></userinput></screen>
    8490
    85 <para>Now, use the new boot script to start <command>xinetd</command>: </para>
     91<para>Now, use the new boot script to start <command>xinetd</command>:</para>
    8692
    8793<screen><userinput><command>/etc/rc.d/init.d/xinetd start</command></userinput></screen>
     
    100106<para>These errors are because most of the servers <command>xinetd</command>
    101107is trying to control are not installed yet.</para>
    102 
    103108</sect3>
    104109
     
    111116<command>xinetd</command>,
    112117<command>itox</command> and
    113 <command>xconv.pl</command>.</para></sect2>
     118<command>xconv.pl</command>.</para>
     119
     120</sect2>
    114121
    115122<sect2><title>Description</title>
Note: See TracChangeset for help on using the changeset viewer.