Changeset bab92281 for basicnet


Ignore:
Timestamp:
05/30/2005 04:23: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:
50b8d8b
Parents:
8d0d2eb
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

Location:
basicnet/netprogs
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/cvs.xml

    r8d0d2eb rbab92281  
    2222
    2323  <title>CVS-&cvs-version;</title>
    24  
     24
    2525  <indexterm zone="cvs">
    2626    <primary sortas="a-CVS">CVS</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to CVS</title>
     
    3535    install the client used to manipulate the repository, creation of a repository is
    3636    covered at <xref linkend="cvsserver"/>.</para>
    37    
     37
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
    3939    <itemizedlist spacing="compact">
     
    5757      </listitem>
    5858    </itemizedlist>
    59    
     59
    6060    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6161    <itemizedlist spacing='compact'>
     
    6565      </listitem>
    6666    </itemizedlist>
    67    
     67
    6868    <bridgehead renderas="sect3">CVS Dependencies</bridgehead>
    69    
     69
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    7171    <para><xref linkend="gdbm"/>,
    7272    <xref linkend="tcsh"/>,
    7373    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    74     <xref linkend="mitkrb"/> or <xref linkend="heimdal"/> 
     74    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
    7575    (for the GSSAPI libraries),
    7676    <xref linkend="gs"/> or <xref linkend="espgs"/>,
     
    109109  <sect2 role="configuration">
    110110    <title>Configuring CVS</title>
    111    
     111
    112112    <sect3 id="cvs-config">
    113113      <title>Config Files</title>
    114      
     114
    115115      <para><filename>~/.cvsrc</filename>, <filename>~/.cvswrappers</filename>,
    116116      and <filename>~/.cvspass</filename>.</para>
    117      
     117
    118118      <indexterm zone="cvs cvs-config">
    119119        <primary sortas="e-AA.cvsrc">~/.cvsrc</primary>
    120120      </indexterm>
    121      
     121
    122122      <indexterm zone="cvs cvs-config">
    123123        <primary sortas="e-AA.cvswrappers">~/.cvswrappers</primary>
    124124      </indexterm>
    125      
     125
    126126      <indexterm zone="cvs cvs-config">
    127127        <primary sortas="e-AA.cvspass">~/.cvspass</primary>
    128128      </indexterm>
    129      
     129
    130130    </sect3>
    131131
     
    136136      <application>CVS</application> configuration file.
    137137      This file is used by users to specify defaults for different <command>cvs
    138       </command> commands, for example to make all <command>cvs diff</command> 
     138      </command> commands, for example to make all <command>cvs diff</command>
    139139      commands run with <userinput>-u</userinput>, a user would add <userinput>
    140140      diff -u</userinput> to their <filename>.cvsrc</filename> file.</para>
    141141
    142142      <para><filename>~/.cvswrappers</filename> specifies wrappers to be used in
    143       addition to those specified in the <filename>CVSROOT/cvswrappers</filename> 
     143      addition to those specified in the <filename>CVSROOT/cvswrappers</filename>
    144144      file in the repository.</para>
    145      
     145
    146146      <para><filename>~/.cvspass</filename> can hold passwords to complete
    147147      logins to servers.</para>
    148      
     148
    149149    </sect3>
    150150
     
    153153  <sect2 role="content">
    154154    <title>Contents</title>
    155    
     155
    156156    <segmentedlist>
    157157      <segtitle>Installed Programs</segtitle>
    158158      <segtitle>Installed Libraries</segtitle>
    159159      <segtitle>Installed Directories</segtitle>
    160      
     160
    161161      <seglistitem>
    162162        <seg>cvs, cvsbug, and rcs2log</seg>
     
    165165      </seglistitem>
    166166    </segmentedlist>
    167    
     167
    168168    <variablelist>
    169169      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    170170      <?dbfo list-presentation="list"?>
    171171      <?dbhtml list-presentation="table"?>
    172      
     172
    173173      <varlistentry id="cvs-prog">
    174174        <term><command>cvs</command></term>
     
    180180        </listitem>
    181181      </varlistentry>
    182      
     182
    183183      <varlistentry id="cvsbug">
    184184        <term><command>cvsbug</command></term>
    185185        <listitem>
    186           <para>is used to send problem reports about <application>CVS</application> 
     186          <para>is used to send problem reports about <application>CVS</application>
    187187          to a central support site.</para>
    188188          <indexterm zone="cvs cvsbug">
     
    191191        </listitem>
    192192      </varlistentry>
    193      
     193
    194194      <varlistentry id="rcs2log">
    195195        <term><command>rcs2log</command></term>
     
    203203      </varlistentry>
    204204    </variablelist>
    205    
    206   </sect2>
    207  
     205
     206  </sect2>
     207
    208208</sect1>
  • basicnet/netprogs/inetutils.xml

    r8d0d2eb rbab92281  
    1515<sect1 id="inetutils" xreflabel="Inetutils-&inetutils-version;">
    1616  <?dbhtml filename="inetutils.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
     
    2222
    2323  <title>Inetutils-&inetutils-version;</title>
    24  
     24
    2525  <indexterm zone="inetutils">
    2626    <primary sortas="a-Inetutils">Inetutils</primary>
     
    3232    <para>The <application>Inetutils</application> package contains network
    3333    clients and servers.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing="compact">
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5858    <itemizedlist spacing='compact'>
     
    6666      </listitem>
    6767    </itemizedlist>
    68    
     68
    6969    <bridgehead renderas="sect3">Inetutils Dependencies</bridgehead>
    70    
     70
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    7272    <para><xref linkend="Linux_PAM"/>,
     
    7676
    7777  </sect2>
    78  
     78
    7979  <sect2 role="installation">
    8080    <title>Installation of Inetutils</title>
     
    9090    --disable-logger --disable-syslogd &amp;&amp;
    9191make</userinput></screen>
    92    
     92
    9393    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9494
     
    9797
    9898  </sect2>
    99  
     99
    100100  <sect2 role="commands">
    101101    <title>Command Explanations</title>
    102102
    103103    <para><parameter>--disable-logger</parameter>: This switch prevents
    104     <application>Inetutils</application> installing a <command>logger</command> 
     104    <application>Inetutils</application> installing a <command>logger</command>
    105105    program, which is installed in the LFS Book.</para>
    106    
     106
    107107    <para><parameter>--disable-syslogd</parameter>: This switch prevents
    108108    <application>Inetutils</application> installing a System Log Daemon, which is
    109109    installed in the LFS Book.</para>
    110    
     110
    111111    <para><option>--with-wrap</option>: This switch makes
    112112    <application>Inetutils</application> compile against
    113113    <application>tcp-wrappers</application>. Add this option if you want to
    114114    utilize <application>tcp-wrappers</application>.</para>
    115    
     115
    116116    <para><option>--disable-whois</option>: This switch will prevent
    117117    <application>Inetutils</application> installing an outdated
    118118    <command>whois</command> client. Add this option if you plan on installing
    119119    <xref linkend="whois"/>.</para>
    120    
     120
    121121    <para><option>--with-pam</option>: This switch makes
    122122    <application>Inetutils</application> link against
    123123    <application>Linux-PAM</application> libraries.
    124124    Add this option if you want to utilize PAM.</para>
    125    
     125
    126126    <para><option>--disable-servers</option>: Some of the servers included with
    127127    <application>Inetutils</application> are insecure in nature and in some cases
    128128    better alternatives exist. You can choose this switch to enable only the
    129129    servers you need, avoiding the installation of unneeded servers.</para>
    130    
    131   </sect2>
    132  
     130
     131  </sect2>
     132
    133133  <sect2 role="content">
    134134    <title>Contents</title>
     
    142142      <segtitle>Installed Libraries</segtitle>
    143143      <segtitle>Installed Directories</segtitle>
    144      
     144
    145145      <seglistitem>
    146146        <seg>ftpd, inetd, rexecd, rlogind, rshd, talkd, telnetd, tftpd, uucpd and
     
    155155      <?dbfo list-presentation="list"?>
    156156      <?dbhtml list-presentation="table"?>
    157  
     157
    158158      <varlistentry id="ftpd-inetutils">
    159159        <term><command>ftpd</command></term>
     
    165165        </listitem>
    166166      </varlistentry>
    167      
     167
    168168      <varlistentry id="inetd">
    169169        <term><command>inetd</command></term>
    170170        <listitem>
    171           <para>is an Internet super-server. Note that the <xref linkend="xinetd"/> 
     171          <para>is an Internet super-server. Note that the <xref linkend="xinetd"/>
    172172          package provides a much better server that does the same thing.</para>
    173173          <indexterm zone="inetutils inetd">
     
    176176        </listitem>
    177177      </varlistentry>
    178      
     178
    179179      <varlistentry id="rexecd-inetutils">
    180180        <term><command>rexecd</command></term>
     
    186186        </listitem>
    187187      </varlistentry>
    188      
     188
    189189      <varlistentry id="rlogind-inetutils">
    190190        <term><command>rlogind</command></term>
     
    196196        </listitem>
    197197      </varlistentry>
    198      
     198
    199199      <varlistentry id="rshd-inetutils">
    200200        <term><command>rshd</command></term>
     
    206206        </listitem>
    207207      </varlistentry>
    208      
     208
    209209      <varlistentry id="talkd">
    210210        <term><command>talkd</command></term>
     
    216216        </listitem>
    217217      </varlistentry>
    218      
     218
    219219      <varlistentry id="telnetd-inetutils">
    220220        <term><command>telnetd</command></term>
     
    226226        </listitem>
    227227      </varlistentry>
    228      
     228
    229229      <varlistentry id="tftpd">
    230230        <term><command>tftpd</command></term>
     
    236236        </listitem>
    237237      </varlistentry>
    238      
     238
    239239      <varlistentry id="uucpd">
    240240        <term><command>uucpd</command></term>
     
    247247        </listitem>
    248248      </varlistentry>
    249      
     249
    250250      <varlistentry id="whois-inetutils">
    251251        <term><command>whois</command></term>
     
    258258        </listitem>
    259259      </varlistentry>
    260      
     260
    261261    </variablelist>
    262  
     262
    263263  </sect2>
    264264
  • basicnet/netprogs/ncftp.xml

    r8d0d2eb rbab92281  
    1616<sect1 id="ncftp" xreflabel="NcFTP-&ncftp-version;">
    1717  <?dbhtml filename="ncftp.html"?>
    18  
     18
    1919  <sect1info>
    2020    <othername>$LastChangedBy$</othername>
    2121    <date>$Date$</date>
    2222  </sect1info>
    23  
     23
    2424<title>NcFTP-&ncftp-version;</title>
    25  
     25
    2626  <indexterm zone="ncftp">
    2727    <primary sortas="a-NcFTP">NcFTP</primary>
    2828  </indexterm>
    29  
     29
    3030  <sect2 role="package">
    3131    <title>Introduction to NcFTP</title>
     
    3535    Protocol.  It is intended to replace or supplement the stock
    3636    <command>ftp</command> program.</para>
    37    
     37
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
    3939    <itemizedlist spacing="compact">
     
    5757      </listitem>
    5858    </itemizedlist>
    59    
    60   </sect2>
    61  
     59
     60  </sect2>
     61
    6262  <sect2 role="installation">
    6363    <title>Installation of NcFTP</title>
     
    7474    covered by the Clarified Artistic License; however, developing applications that
    7575    utilize the shared library is subject to a different license.</para>
    76    
     76
    7777    <para>To install <application>NcFTP</application> using the
    7878    first (and optimal) method, run the following commands:</para>
     
    8585
    8686    <para>To install <application>NcFTP</application> using the
    87     second method (with the <filename class="libraryfile">libncftp</filename> 
     87    second method (with the <filename class="libraryfile">libncftp</filename>
    8888    functionality linked in statically) run the following commands:</para>
    8989
     
    9191make &amp;&amp;
    9292make install</userinput></screen>
    93    
    94   </sect2>
    95  
     93
     94  </sect2>
     95
    9696  <sect2 role="commands">
    9797    <title>Command Explanations</title>
     
    101101    class="libraryfile">libncftp</filename> which is then used to link
    102102    against when compiling the main program.</para>
    103    
    104   </sect2>
    105  
     103
     104  </sect2>
     105
    106106  <sect2 role="configuration">
    107107    <title>Configuring NcFTP</title>
    108    
     108
    109109    <sect3 id="ncftp-config">
    110110      <title>Config Files</title>
    111      
     111
    112112      <para><filename>~/.ncftp/*</filename>; especially
    113113      <filename>~/.ncftp/prefs_v3</filename></para>
    114      
     114
    115115      <indexterm zone="ncftp ncftp-config">
    116116        <primary sortas="e-AA.ncftp/*">~/.ncftp/*</primary>
    117117      </indexterm>
    118      
     118
    119119    </sect3>
    120    
     120
    121121    <sect3>
    122122      <title>Configuration Information</title>
     
    127127      There are various options to alter in there, including:</para>
    128128
    129 <screen><literal>yes-i-know-about-NcFTPd=yes</literal></screen> 
     129<screen><literal>yes-i-know-about-NcFTPd=yes</literal></screen>
    130130
    131131      <para>This disables the splash screen advertising the
    132132      <application>NcFTPd</application> server.</para>
    133      
     133
    134134      <para>There are other options in the <filename>prefs_v3</filename> file. Most
    135135      of these are self-explanatory.</para>
    136      
     136
    137137    </sect3>
    138    
    139   </sect2>
    140  
     138
     139  </sect2>
     140
    141141  <sect2 role="content">
    142142    <title>Contents</title>
    143    
     143
    144144    <segmentedlist>
    145145      <segtitle>Installed Programs</segtitle>
    146146      <segtitle>Installed Library</segtitle>
    147147      <segtitle>Installed Directories</segtitle>
    148      
     148
    149149      <seglistitem>
    150150        <seg>ncftp, ncftpbatch, ncftpbookmarks, ncftpget,
     
    154154      </seglistitem>
    155155    </segmentedlist>
    156    
     156
    157157    <variablelist>
    158158      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    159159      <?dbfo list-presentation="list"?>
    160160      <?dbhtml list-presentation="table"?>
    161      
     161
    162162      <varlistentry id="ncftp-prog">
    163163        <term><command>ncftp</command></term>
     
    169169        </listitem>
    170170      </varlistentry>
    171      
     171
    172172      <varlistentry id="ncftpbatch">
    173173        <term><command>ncftpbatch</command></term>
     
    179179        </listitem>
    180180      </varlistentry>
    181      
     181
    182182      <varlistentry id="ncftpbookmarks">
    183183        <term><command>ncftpbookmarks</command></term>
     
    190190        </listitem>
    191191      </varlistentry>
    192      
     192
    193193      <varlistentry id="ncftpget">
    194194        <term><command>ncftpget</command></term>
     
    200200        </listitem>
    201201      </varlistentry>
    202      
     202
    203203      <varlistentry id="ncftpls">
    204204        <term><command>ncftpls</command></term>
     
    210210        </listitem>
    211211      </varlistentry>
    212      
     212
    213213      <varlistentry id="ncftpput">
    214214        <term><command>ncftpput</command></term>
     
    220220        </listitem>
    221221      </varlistentry>
    222      
     222
    223223      <varlistentry id="ncftpspooler">
    224224        <term><command>ncftpspooler</command></term>
     
    230230        </listitem>
    231231      </varlistentry>
    232      
     232
    233233    </variablelist>
    234    
    235   </sect2>
    236  
     234
     235  </sect2>
     236
    237237</sect1>
  • basicnet/netprogs/ncpfs.xml

    r8d0d2eb rbab92281  
    1515<sect1 id="ncpfs" xreflabel="NCPFS-&ncpfs-version;">
    1616  <?dbhtml filename="ncpfs.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>NCPFS-&ncpfs-version;</title>
    24  
     24
    2525  <indexterm zone="ncpfs">
    2626    <primary sortas="a-NCPFS">NCPFS</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to NCPFS</title>
     
    3333    contains client and administration tools for use with Novell
    3434    networks.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">NCPFS Dependencies</bridgehead>
    59    
     59
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    6161    <para><xref linkend="Linux_PAM"/> and <xref linkend="php"/></para>
    62    
    63   </sect2>
    64  
     62
     63  </sect2>
     64
    6565  <sect2 role="installation">
    6666    <title>Installation of NCPFS</title>
     
    7474make install &amp;&amp;
    7575make install-dev</userinput></screen>
    76    
    77   </sect2>
    78  
     76
     77  </sect2>
     78
    7979  <sect2 role="commands">
    8080    <title>Command Explanations</title>
     
    8585    <filename class="directory">/usr</filename> is mounted locally,
    8686    <parameter>--prefix=/usr</parameter> may be a better option.</para>
    87    
     87
    8888    <para><parameter>--includedir=/usr/include</parameter>: Tells configure
    8989    to look in <filename class="directory">/usr/include</filename> for header
    9090    files. It also tells make to install <application>NCPFS</application>'s
    9191    headers here.</para>
    92    
     92
    9393    <para><parameter>--mandir=/usr/share/man</parameter>:  installs the man
    9494    pages in the correct location.</para>
    95    
     95
    9696    <para><parameter>--datadir=/usr/share</parameter>:  correctly installs the
    9797    locale files to <filename class="directory">/usr/share</filename>.</para>
    98    
     98
    9999    <note>
    100100      <para>If you do not need to use the IPX protocol, or you use a different
    101101      IPX package, you can optionally pass <option>--disable-ipx</option> and/or
    102       <option>--disable-ipx-tools</option> to the <command>configure</command> 
     102      <option>--disable-ipx-tools</option> to the <command>configure</command>
    103103      script to disable these options.</para>
    104104    </note>
    105    
    106   </sect2>
    107  
     105
     106  </sect2>
     107
    108108  <sect2 role="configuration">
    109109    <title>Configuring NCPFS</title>
    110    
     110
    111111    <sect3 id="ncpfs-config">
    112112      <title>Config Files</title>
    113      
     113
    114114      <para><filename>~/.nwclient</filename></para>
    115      
     115
    116116      <indexterm zone="ncpfs ncpfs-config">
    117117        <primary sortas="e-AA.nwclient">~/.nwclient</primary>
    118118      </indexterm>
    119      
     119
    120120    </sect3>
    121    
     121
    122122    <sect3>
    123123      <title>Configuration Information</title>
     
    149149      password is needed, for instance when using a guest account, a single '-'
    150150      should be put in place of a password.</para>
    151      
     151
    152152      <para>It should be noted that the <command>ncpmount</command>
    153153      is not intended to mount individual volumes because each mount point
     
    156156      volumes on a server under one mount point uses only one client
    157157      connection.</para>
    158      
     158
    159159    </sect3>
    160    
     160
    161161    <sect3  id="ncpfs-init">
    162162      <title>Boot Script</title>
    163      
     163
    164164      <para>If you need to set up the IPX protocol at boot, you can install the
    165       <filename>/etc/sysconfig/network-devices/services/ipx</filename> 
     165      <filename>/etc/sysconfig/network-devices/services/ipx</filename>
    166166      network service script included with the
    167167      <xref linkend="intro-important-bootscripts"/> package.</para>
    168      
    169       <indexterm zone="ncpfs ncpfs-init"> 
     168
     169      <indexterm zone="ncpfs ncpfs-init">
    170170        <primary sortas="f-ncpfs">ncpfs (IPX service script)</primary>
    171       </indexterm> 
     171      </indexterm>
    172172
    173173<screen><userinput>make install-service-ipx</userinput></screen>
     
    183183FRAME="<replaceable>[802.2]</replaceable>"</literal>
    184184EOF</userinput></screen>
    185      
     185
    186186    </sect3>
    187    
    188   </sect2>
    189  
     187
     188  </sect2>
     189
    190190  <sect2 role="content">
    191191    <title>Contents</title>
    192    
     192
    193193    <segmentedlist>
    194194      <segtitle>Client Utilities</segtitle>
     
    198198      <segtitle>Installed Libraries</segtitle>
    199199      <segtitle>Installed Directories</segtitle>
    200      
     200
    201201      <seglistitem>
    202202        <seg>ncpmount, ncpumountt, nprintt, nsendt, nwpasswdt,
  • basicnet/netprogs/netprogs.xml

    r8d0d2eb rbab92281  
    88<chapter id="basicnet-netprogs">
    99  <?dbhtml filename="netprogs.html"?>
    10  
     10
    1111  <title>Basic Networking Programs</title>
    12  
     12
    1313  <para>These applications are generally client applications used to
    1414  access the appropriate server across the building or across the world.
    15   <application>Tcpwrappers</application> and <application>portmap</application> 
     15  <application>Tcpwrappers</application> and <application>portmap</application>
    1616  are support programs for daemons that you may have running on your machine.</para>
    17  
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncftp.xml"/> 
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="openssh-client.xml"/> 
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rsync-client.xml"/> 
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cvs.xml"/> 
     17
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncftp.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="openssh-client.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rsync-client.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cvs.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="subversion.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wget.xml"/> 
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcpwrappers.xml"/> 
    25   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="portmap.xml"/> 
    26   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inetutils.xml"/> 
    27   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncpfs.xml"/> 
    28   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ntp.xml"/> 
    29   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="net-tools.xml"/> 
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wget.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcpwrappers.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="portmap.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inetutils.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncpfs.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ntp.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="net-tools.xml"/>
    3030
    3131</chapter>
  • basicnet/netprogs/openssh-client.xml

    r8d0d2eb rbab92281  
    88<sect1 id="basicnet-netprogs-openssh">
    99  <?dbhtml filename="openssh.html"?>
    10  
     10
    1111  <sect1info>
    1212    <othername>$LastChangedBy$</othername>
    1313    <date>$Date$</date>
    1414  </sect1info>
    15  
     15
    1616  <title>OpenSSH-&openssh-version; Client</title>
    17  
     17
    1818  <para>The <command>ssh</command> client is a secure replacement for
    1919  <command>telnet</command>.  If you want to install it, the instructions can be
  • basicnet/netprogs/portmap.xml

    r8d0d2eb rbab92281  
    1515<sect1 id="portmap" xreflabel="portmap-&portmap-version;">
    1616  <?dbhtml filename="portmap.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Portmap-&portmap-version;</title>
    24  
     24
    2525  <indexterm zone="portmap">
    2626    <primary sortas="a-Portmap">Portmap</primary>
     
    3434    <application>Portmap</application> is used to forward RPC requests to RPC
    3535    daemons such as NFS and NIS.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6060    <itemizedlist spacing='compact'>
     
    6868      </listitem>
    6969    </itemizedlist>
    70    
     70
    7171    <bridgehead renderas="sect3">Portmap Dependencies</bridgehead>
    72    
     72
    7373    <bridgehead renderas="sect4">Required</bridgehead>
    7474    <para><xref linkend="tcpwrappers"/></para>
    75    
     75
    7676  </sect2>
    77  
     77
    7878  <sect2 role="installation">
    7979    <title>Installation of Portmap</title>
     
    8585patch -Np1 -i ../portmap-&portmap-version;-glibc_errno_fix-1.patch &amp;&amp;
    8686make</userinput></screen>
    87    
     87
    8888    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8989
     
    9696      modify the bootscript also.</para>
    9797    </note>
    98    
     98
    9999  </sect2>
    100  
     100
    101101  <sect2 role="configuration">
    102102    <title>Configuring Portmap</title>
    103    
     103
    104104    <sect3  id="portmap-init">
    105105      <title>Boot Script</title>
     
    107107      <para>Install the <filename>/etc/rc.d/init.d/portmap</filename> init script
    108108      included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    109      
     109
    110110      <indexterm zone="portmap portmap-init">
    111111        <primary sortas="f-portmap">portmap</primary>
     
    113113
    114114<screen role="root"><userinput>make install-portmap</userinput></screen>
    115      
     115
    116116    </sect3>
    117    
     117
    118118  </sect2>
    119  
     119
    120120  <sect2 role="content">
    121121    <title>Contents</title>
     
    125125      <segtitle>Installed Libraries</segtitle>
    126126      <segtitle>Installed Directories</segtitle>
    127      
     127
    128128      <seglistitem>
    129129        <seg>pmap_dump, pmap_set, and portmap</seg>
     
    132132      </seglistitem>
    133133    </segmentedlist>
    134    
     134
    135135    <variablelist>
    136136      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    137137      <?dbfo list-presentation="list"?>
    138138      <?dbhtml list-presentation="table"?>
    139      
     139
    140140      <varlistentry id="pmap_dump">
    141141        <term><command>pmap_dump</command></term>
     
    147147        </listitem>
    148148      </varlistentry>
    149      
     149
    150150      <varlistentry id="pmap_set">
    151151        <term><command>pmap_set</command></term>
     
    157157        </listitem>
    158158      </varlistentry>
    159      
     159
    160160      <varlistentry id="portmap-prog">
    161161        <term><command>portmap</command></term>
     
    167167        </listitem>
    168168      </varlistentry>
    169      
     169
    170170    </variablelist>
    171  
     171
    172172  </sect2>
    173173
  • basicnet/netprogs/rsync-client.xml

    r8d0d2eb rbab92281  
    88<sect1 id="basicnet-netprogs-rsync">
    99  <?dbhtml filename="rsync.html"?>
    10  
     10
    1111  <sect1info>
    1212    <othername>$LastChangedBy$</othername>
    1313    <date>$Date$</date>
    1414  </sect1info>
    15  
     15
    1616  <title>Rsync-&rsync-version; Client</title>
    17  
     17
    1818  <para><command>rsync</command> is a utility for fast incremental file
    1919  transfers. If you want to install it, the instructions can be found in Chapter
  • basicnet/netprogs/tcpwrappers.xml

    r8d0d2eb rbab92281  
    1515<sect1 id="tcpwrappers" xreflabel="tcpwrappers-&tcpwrappers-version;">
    1616  <?dbhtml filename="tcpwrappers.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Tcpwrappers-&tcpwrappers-version;</title>
    24  
     24
    2525  <indexterm zone="tcpwrappers">
    2626   <primary sortas="a-Tcpwrappers">Tcpwrappers</primary>
     
    3232      <para>The <application>tcpwrappers</application> package provides daemon
    3333      wrapper programs that report the name of the client requesting network
    34       services and the requested service.</para> 
    35    
     34      services and the requested service.</para>
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing='compact'>
     
    6464      </listitem>
    6565    </itemizedlist>
    66    
    67   </sect2>
    68  
     66
     67  </sect2>
     68
    6969  <sect2 role="installation">
    7070    <title>Installation of Tcpwrappers</title>
     
    7676sed -i -e "s,^extern char \*malloc();,/* &amp; */," scaffold.c &amp;&amp;
    7777make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux</userinput></screen>
    78    
     78
    7979    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    80    
     80
    8181<screen role="root"><userinput>make install</userinput></screen>
    82    
    83   </sect2>
    84  
     82
     83  </sect2>
     84
    8585  <sect2 role="commands">
    8686    <title>Command Explanations</title>
    87    
     87
    8888    <para><command>sed -i -e ... scaffold.c</command>: This command removes an
    8989    obsolete C declaration which causes the build to fail if using
    9090    <application>GCC-3.4.x</application>.</para>
    91    
    92   </sect2>
    93  
     91
     92  </sect2>
     93
    9494  <sect2 role="configuration">
    9595    <title>Configuring Tcpwrappers</title>
     
    9797    <sect3 id="tcpwrappers-config">
    9898      <title>Config Files</title>
    99      
     99
    100100      <para><filename>/etc/hosts.allow</filename> and
    101101      <filename>/etc/hosts.deny</filename></para>
    102      
     102
    103103      <indexterm zone="tcpwrappers tcpwrappers-config">
    104104        <primary sortas="e-etc-hosts.allow">/etc/hosts.allow</primary>
    105105      </indexterm>
    106      
     106
    107107      <indexterm zone="tcpwrappers tcpwrappers-config">
    108108        <primary sortas="e-etc-hosts.deny">/etc/hosts.deny</primary>
    109109      </indexterm>
    110      
     110
    111111      <para>File protections: the wrapper, all files used by the wrapper,
    112112      and all directories in the path leading to those files, should be
    113113      accessible but not writable for unprivileged users (mode 755 or mode
    114114      555). Do not install the wrapper set-uid.</para>
    115      
     115
    116116      <para>As the <systemitem class="username">root</systemitem> user,
    117117      perform the following edits on the
    118118      <filename>/etc/inetd.conf</filename> configuration file:</para>
    119      
     119
    120120      <indexterm zone="tcpwrappers tcpwrappers-config">
    121121        <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
     
    125125
    126126      <para>becomes:</para>
    127      
     127
    128128<screen><literal>finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd</literal></screen>
    129129
     
    131131        <para>The <command>finger</command> server is used as an example here.</para>
    132132      </note>
    133      
     133
    134134      <para>Similar changes must be made if <application>xinetd</application> is
    135       used, with the emphasis being on calling <command>/usr/sbin/tcpd</command> 
     135      used, with the emphasis being on calling <command>/usr/sbin/tcpd</command>
    136136      instead of calling the service daemon directly, and passing the name of the
    137137      service daemon to <command>tcpd</command>.</para>
    138      
     138
    139139      <indexterm zone="tcpwrappers tcpwrappers-config">
    140140        <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
    141141      </indexterm>
    142      
     142
    143143    </sect3>
    144    
    145   </sect2>
    146  
     144
     145  </sect2>
     146
    147147  <sect2 role="content">
    148148    <title>Contents</title>
     
    152152      <segtitle>Installed Library</segtitle>
    153153      <segtitle>Installed Directories</segtitle>
    154      
     154
    155155      <seglistitem>
    156156        <seg>tcpd, tcpdchk, tcpdmatch, try-from, and safe_finger</seg>
     
    159159      </seglistitem>
    160160    </segmentedlist>
    161    
     161
    162162    <variablelist>
    163163      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    164164      <?dbfo list-presentation="list"?>
    165165      <?dbhtml list-presentation="table"?>
    166      
     166
    167167      <varlistentry id="tcpd">
    168168        <term><command>tcpd</command></term>
     
    176176        </listitem>
    177177      </varlistentry>
    178      
     178
    179179      <varlistentry id="tcpdchk">
    180180        <term><command>tcpdchk</command></term>
     
    187187        </listitem>
    188188      </varlistentry>
    189      
     189
    190190      <varlistentry id="tcpdmatch">
    191191        <term><command>tcpdmatch</command></term>
     
    198198        </listitem>
    199199      </varlistentry>
    200      
     200
    201201      <varlistentry id="try-from">
    202202        <term><command>try-from</command></term>
     
    209209        </listitem>
    210210      </varlistentry>
    211      
     211
    212212      <varlistentry id="safe_finger">
    213213        <term><command>safe_finger</command></term>
     
    220220        </listitem>
    221221      </varlistentry>
    222      
     222
    223223      <varlistentry id="libwrap">
    224224        <term><filename class='libraryfile'>libwrap.[so,a]</filename></term>
     
    232232        </listitem>
    233233      </varlistentry>
    234    
     234
    235235    </variablelist>
    236236
  • basicnet/netprogs/wget.xml

    r8d0d2eb rbab92281  
    1515<sect1 id="wget" xreflabel="Wget-&wget-version;">
    1616  <?dbhtml filename="wget.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Wget-&wget-version;</title>
    24  
     24
    2525  <indexterm zone="wget">
    2626    <primary sortas="a-Wget">Wget</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Wget</title>
    31    
     31
    3232    <para>The <application>Wget</application> package contains a utility useful for
    3333    non-interactive downloading of files from the Web.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing="compact">
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757    <bridgehead renderas="sect3">Wget Dependencies</bridgehead>
    58    
     58
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    6060    <para><xref linkend="openssl"/> and
    6161    <ulink url="http://www.inet.no/dante/">Dante</ulink></para>
    62    
     62
    6363  </sect2>
    64  
     64
    6565  <sect2 role="installation">
    6666    <title>Installation of Wget</title>
     
    7373
    7474    <para>This package does not come with a test suite.</para>
    75    
     75
    7676    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    77    
     77
    7878<screen role="root"><userinput>make install</userinput></screen>
    79    
     79
    8080  </sect2>
    81  
     81
    8282  <sect2 role="commands">
    8383    <title>Command Explanations</title>
    84    
     84
    8585    <para><parameter>--sysconfdir=/etc</parameter>: This relocates
    8686    the configuration file from <filename class="directory">/usr/etc</filename> to
    8787    <filename class="directory">/etc</filename>.</para>
    88    
     88
    8989  </sect2>
    90  
     90
    9191  <sect2 role="configuration">
    9292    <title>Configuring Wget</title>
     
    9494    <sect3 id="wget-config">
    9595      <title>Config Files</title>
    96      
     96
    9797      <para><filename>/etc/wgetrc</filename> and
    9898      <filename>~/.wgetrc</filename></para>
    99      
     99
    100100      <indexterm zone="wget wget-config">
    101101        <primary sortas="e-AA.wgetrc">~/.wgetrc</primary>
    102102      </indexterm>
    103      
     103
    104104      <indexterm zone="wget wget-config">
    105105        <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
    106106      </indexterm>
    107      
     107
    108108      <para>There are no required changes in these files.</para>
    109      
     109
    110110    </sect3>
    111    
     111
    112112  </sect2>
    113  
     113
    114114  <sect2 role="content">
    115115    <title>Contents</title>
     
    119119      <segtitle>Installed Libraries</segtitle>
    120120      <segtitle>Installed Directories</segtitle>
    121      
     121
    122122      <seglistitem>
    123123        <seg>wget</seg>
     
    126126      </seglistitem>
    127127    </segmentedlist>
    128    
     128
    129129    <variablelist>
    130130      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    131131      <?dbfo list-presentation="list"?>
    132132      <?dbhtml list-presentation="table"?>
    133      
     133
    134134      <varlistentry id="wget-prog">
    135135        <term><command>wget</command></term>
     
    143143        </listitem>
    144144      </varlistentry>
    145    
     145
    146146    </variablelist>
    147147
Note: See TracChangeset for help on using the changeset viewer.