Changeset 786d85c
- Timestamp:
- 09/22/2003 07:00:47 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 74696d9
- Parents:
- 04e486e
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r04e486e r786d85c 12 12 <itemizedlist> 13 13 14 <listitem><para>September 22st, 2003 [igor]: Updated to 15 leafnode-1.9.43.</para></listitem> 16 14 17 <listitem><para>September 21st, 2003 [tushar]: Moved STLport to Appendix C.</para></listitem> 15 18 -
server/other/leafnode/leafnode-config.xml
r04e486e r786d85c 7 7 <filename>/etc/xinetd.conf</filename></para> 8 8 9 <para>leafnode may be configured to use inetd or xinetd as follows: 10 </para> 9 <para>leafnode may be configured to use inetd by adding a leafnode entry 10 to the <filename>/etc/inetd.conf</filename> file with the following 11 command:</para> 11 12 12 <para>inetd configuration</para> 13 <para>Add a leafnode entry to the <filename>/etc/inetd.conf</filename> 14 file with the following command: 15 <screen><userinput>echo "nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/leafnode" \ 16 >> /etc/inetd.conf</userinput></screen></para> 13 <screen><userinput><command>echo "nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/leafnode" \ 14 >> /etc/inetd.conf</command></userinput></screen> 17 15 18 <para>xinetd configuration</para> 19 <para>Add a leafnode entry to the <filename>/etc/xinetd.conf</filename> 20 file with the following command: 21 <screen><userinput>cat >> /etc/xinetd.conf << "EOF"</userinput> 16 <para>Alternatively, leafnode may be configured to use xinetd by 17 adding a leafnode entry to the <filename>/etc/xinetd.conf</filename> 18 file with the following command:</para> 19 20 <screen><userinput><command>cat >> /etc/xinetd.conf << "EOF" 22 21 service nntp 23 22 { … … 32 31 per_source = 3 33 32 } 34 <userinput>EOF</userinput></screen></para>33 EOF</command></userinput></screen> 35 34 36 35 <para>The <filename>/etc/news/config</filename> file must be 37 edited to reflect the name of the upstream NNTP provider. Copy the 36 edited to reflect the name of the upstream <acronym>NNTP</acronym> 37 provider. Copy the 38 38 example configuration file to <filename>/etc/news/config</filename> 39 and save the original for reference 39 and save the original for reference: </para> 40 40 41 <para><screen><userinput>cp /etc/news/config.example /etc/news/config</userinput></screen></para> 42 <para>Change the</para> 43 <para><screen><userinput>server = </userinput></screen></para> 44 <para>entry to reflect your news provider. </para> 41 <screen><userinput><command>cp /etc/news/config.example /etc/news/config</command> 42 </userinput></screen> 45 43 46 <para>The NNTPSERVER environment variable must be set to 127.0.0.1 to 44 <para>Change the 45 <screen><userinput><command>server = </command></userinput></screen> 46 entry to reflect your news provider.</para> 47 48 <para>The <envar>NNTPSERVER</envar> environment variable must be set to 127.0.0.1 to 47 49 prevent news clients from reading news from the upstream feed, add the 48 50 following to <filename>/etc/profile</filename> or 49 <filename>$HOME/.bash_profile</filename> :</para> 50 <para><screen><userinput>export NNTPSERVER=127.0.0.1</userinput></screen></para> 51 <filename>$HOME/.bash_profile</filename>:</para> 52 53 <screen><userinput><command>export NNTPSERVER=127.0.0.1</command></userinput></screen> 51 54 52 55 </sect3> 53 56 54 57 </sect2> 55 -
server/other/leafnode/leafnode-desc.xml
r04e486e r786d85c 3 3 4 4 <para>The leafnode package contains 5 <userinput>leafnode</userinput>, 6 <userinput>applyfilter</userinput>, 7 <userinput>texpire</userinput>, 8 <userinput>checkgroups</userinput>, 9 <userinput>fetchnews</userinput> and 10 <userinput>newsq.</userinput></para></sect2> 5 <command>leafnode-version</command>, 6 <command>leafnode</command>, 7 <command>applyfilter</command>, 8 <command>texpire</command>, 9 <command>checkgroups</command>, 10 <command>fetchnews</command> and 11 <command>newsq.</command></para></sect2> 11 12 12 13 <sect2><title>Description</title> 13 14 15 <sect3><title>leafnode-version</title> 16 <para><command>leafnode-version</command> prints the leafnode 17 version.</para></sect3> 18 14 19 <sect3><title>leafnode</title> 15 <para> leafnode is the NNTPserver daemon.</para></sect3>20 <para><command>leafnode</command> is the <acronym>NNTP</acronym> server daemon.</para></sect3> 16 21 17 22 <sect3><title>applyfilter</title> 18 <para> applyfilterfilters newsgroup articles according to regular23 <para><command>applyfilter</command> filters newsgroup articles according to regular 19 24 expressions.</para></sect3> 20 25 21 26 <sect3><title>texpire</title> 22 <para> texpireexpires old articles and unread groups.</para></sect3>27 <para><command>texpire</command> expires old articles and unread groups.</para></sect3> 23 28 24 29 <sect3><title>checkgroups</title> 25 <para> checkgroupsinserts newsgroup titles into the newsgroup30 <para><command>checkgroups</command> inserts newsgroup titles into the newsgroup 26 31 database.</para></sect3> 27 32 28 33 <sect3><title>fetchnews</title> 29 <para> fetchnewssends posted articles to and retrieves new articles34 <para><command>fetchnews</command> sends posted articles to and retrieves new articles 30 35 from an upstream news server.</para></sect3> 31 36 32 37 <sect3><title>newsq</title> 33 <para>newsq shows articles waiting to be sent upstream.</para></sect3> 34 38 <para><command>newsq</command> shows articles waiting to be sent upstream.</para></sect3> 35 39 36 40 </sect2> 37 -
server/other/leafnode/leafnode-exp.xml
r04e486e r786d85c 2 2 <title>Installation command explanations</title> 3 3 4 <para><userinput> 5 groupadd news 6 useradd -g news news : 7 </userinput></para> 8 <para>Create the group and user news, if not present. Errors 9 resulting from an already existing user or group news may be 10 ignored.</para> 11 12 <para><userinput> --prefix=/usr</userinput> : Change the default 13 installation directory of <filename>/usr/local</filename>.</para> 14 15 <para><userinput> --localstatedir=/var</userinput> : Change the default 4 <para><command>--localstatedir=/var</command> : Change the default 16 5 spool directory of <filename>/usr/var</filename>.</para> 17 6 18 <para><userinput> --sysconfdir=/etc/news</userinput> : leafnode reads its configuration data from an file called 19 <filename>config</filename>, this with be created in 20 <filename>/etc/news</filename> to avoid any potential conflict with 21 other packages. 22 </para> 7 <para><command>--sysconfdir=/etc/news</command> : leafnode reads its 8 configuration data from a file called <filename>config</filename> which 9 will be created in <filename class="directory">/etc/news</filename> to 10 avoid any potential conflict with other packages.</para> 23 11 24 <para><userinput> make update</userinput> : Create an initial <filename>/etc/news/config.example</filename> file, 25 which must be renamed to <filename>/etc/news/config</filename>.</para> 12 <para><command>make update</command> : Create an initial 13 <filename>/etc/news/config.example</filename> file, which must be 14 renamed to <filename>/etc/news/config</filename>.</para> 26 15 27 16 </sect2> -
server/other/leafnode/leafnode-inst.xml
r04e486e r786d85c 1 1 <sect2> 2 <title>Installation of leafnode</title>2 <title>Installation of <application>leafnode</application></title> 3 3 4 <para>Install leafnode by running the following commands:</para> 5 <para><screen><userinput>groupadd news 6 useradd -g news news 7 ./configure --localstatedir=/var --prefix=/usr \ 4 <para>Create the group and user news, if not present:</para> 5 6 <screen><userinput><command>groupadd news && 7 useradd -g news news</command></userinput></screen> 8 9 <para>Install <application>leafnode</application> by running the following commands:</para> 10 11 <screen><userinput><command>./configure --prefix=/usr --localstatedir=/var \ 8 12 --sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck && 9 13 make && 10 14 make install && 11 15 ldconfig && 12 make update</userinput></screen></para> 16 make update</command></userinput></screen> 17 13 18 </sect2> 14 -
server/other/leafnode/leafnode-intro.xml
r04e486e r786d85c 1 1 <sect2> 2 <title>Introduction to leafnode-&leafnode-version;</title>2 <title>Introduction to <application>leafnode</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&leafnode-download-http;"/> 5 Download location (FTP): <ulink url="&leafnode-download-ftp;" /> 6 Version used: &leafnode-version; 7 Package size: &leafnode-size; 8 Estimated Disk space required: &leafnode-buildsize;</screen> 4 <para><application>leafnode</application> is an <acronym>NNTP</acronym> 5 server designed for small sites to provide a local USENET spool.</para> 9 6 10 <para>leafnode is an NNTP server designed for small sites to provide a 11 local USENET spool.</para> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink url="&leafnode-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink url="&leafnode-download-ftp;"/></para></listitem> 11 <listitem><para>Download size: &leafnode-size;</para></listitem> 12 <listitem><para>Estimated Disk space required: &leafnode-buildsize;</para></listitem> 13 <listitem><para>Estimated build time: &leafnode-time;</para></listitem></itemizedlist> 14 </sect3> 12 15 13 <para><screen>leafnode depends on: 14 <xref linkend="pcre"/></screen> 15 </para></sect2> 16 <sect3><title><application>leafnode</application> dependencies</title> 17 <sect4><title>Required</title> 18 <para><xref linkend="pcre"/> 19 </para></sect4> 20 </sect3> 21 22 </sect2> -
server/other/leafnode/leafnode.ent
r04e486e r786d85c 3 3 <!ENTITY leafnode-inst SYSTEM "leafnode-inst.xml"> 4 4 <!ENTITY leafnode-exp SYSTEM "leafnode-exp.xml"> 5 <!ENTITY leafnode-config-exp SYSTEM "leafnode-config-exp.xml">6 5 <!ENTITY leafnode-desc SYSTEM "leafnode-desc.xml"> 7 6 <!ENTITY leafnode-config SYSTEM "leafnode-config.xml"> 8 <!ENTITY leafnode-buildsize " 4.5MB">9 <!ENTITY leafnode-version "1.9. 33">7 <!ENTITY leafnode-buildsize "14 MB"> 8 <!ENTITY leafnode-version "1.9.43"> 10 9 <!ENTITY leafnode-download-http "http://unc.dl.sourceforge.net/sourceforge/leafnode/leafnode-&leafnode-version;.rel.tar.bz2"> 11 10 <!ENTITY leafnode-download-ftp "ftp://unc.dl.sourceforge.net/pub/sourceforge/leafnode/leafnode-&leafnode-version;.rel.tar.bz2"> 12 <!ENTITY leafnode-size "602 KB"> 11 <!ENTITY leafnode-size "614 KB"> 12 <!ENTITY leafnode-time "0.11 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.