Changeset bedac626


Ignore:
Timestamp:
03/26/2004 12:26:49 PM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a58b896
Parents:
135e27c
Message:

returned inetd configuration for qpopper

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/inetutils/inetutils-exp.xml

    r135e27c rbedac626  
    77
    88<para><option>--with-wrap</option>: This switch makes <application>Inetutils
    9 </application> compile against <application>tcp-wrappers</application>. Omit
    10 this option if you didn't install <application>tcp-wrappers</application>.
     9</application> compile against <application>tcp-wrappers</application>. Add
     10this option if you want to utilize <application>tcp-wrappers</application>.
    1111</para>
    1212
     
    1717
    1818<para><option>--with-pam</option>: This switch makes <application>Inetutils
    19 </application> compile against for <application>Linux-<acronym>PAM</acronym>
    20 </application>. Add this option if you want to utilize <acronym>PAM</acronym>.
     19</application> compile against for <application>Linux-<acronym>PAM</acronym></application>.
     20Add this option if you want to utilize <acronym>PAM</acronym>.
    2121</para>
    2222
     
    2727
    2828</sect2>
    29 
  • basicnet/netprogs/inetutils/inetutils-inst.xml

    r135e27c rbedac626  
    66
    77<screen><userinput><command>./configure --prefix=/usr --disable-syslogd \
    8         --libexecdir=/usr/sbin --infodir=/usr/share/info \
     8    --libexecdir=/usr/sbin --infodir=/usr/share/info \
    99    --sysconfdir=/etc --localstatedir=/var \
    10         --mandir=/usr/share/man --with-wrap &amp;&amp;
     10    --mandir=/usr/share/man &amp;&amp;
    1111make &amp;&amp;
    1212make install &amp;&amp;
     
    1414
    1515</sect2>
    16 
  • basicnet/netprogs/inetutils/inetutils-intro.xml

    r135e27c rbedac626  
    33
    44<para>The <application>Inetutils</application> package contains network clients
    5 and servers. <application>Inetutils</application> installation in LFS lacks
    6 installation of the various servers that are included in the package. The instructions
    7 in <acronym>BLFS</acronym> removes this deficiency.</para>
     5and servers.</para>
    86
    97<sect3><title>Package information</title>
  • server/mail/qpopper/qpopper-config.xml

    r135e27c rbedac626  
    44<sect3><title>Configuration Information</title>
    55
    6 <para>The following command will add the qpopper
     6<para>If you use <command>inetd</command>, the following command will add the qpopper
     7entry to <filename>/etc/inetd.conf</filename>:</para>
     8
     9<screen><userinput><command>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" &gt;&gt; \
     10    /etc/inetd.conf &amp;&amp;
     11killall inetd || inetd &amp;&amp;
     12echo "local0.notice;local0.debug /var/log/POP.log" &gt;&gt; \
     13    /etc/syslog.conf &amp;&amp;
     14killall -HUP syslogd</command></userinput></screen>
     15
     16<para>Issue a <command>killall -HUP inetd</command> to reread the changed
     17<filename>inetd.conf</filename> file.</para>
     18
     19<para>If you use <command>xinetd</command>, the following command will add the qpopper
    720entry to <filename>/etc/xinetd.conf</filename>:</para>
    821
  • server/mail/qpopper/qpopper-intro.xml

    r135e27c rbedac626  
    1818<sect4><title>Required</title>
    1919<para>
     20<xref linkend="inetutils"/> or
    2021<xref linkend="xinetd"/> and
    2122<ulink url="../server/mail.html">MTA</ulink>
Note: See TracChangeset for help on using the changeset viewer.