Changeset c6d10584


Ignore:
Timestamp:
11/14/2003 03:00:00 AM (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:
19de595
Parents:
54654bf
Message:

updated to slrn-0.9.8.0

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/slrn/slrn-config.xml

    r54654bf rc6d10584  
    33
    44<sect3><title>Config files</title>
    5 <para><filename>$HOME/.jnewsrc</filename>,
    6 <filename>$HOME/.jnewsrc.time</filename>,
    7 <filename>$HOME/.slrnrc</filename></para>
     5<para><filename>/etc/slrn.rc</filename>,
     6<filename>~/.slrnrc</filename></para>
    87</sect3>
    98
     
    1110
    1211<para>The first time <command>slrn</command> is run, the
    13 <filename>$HOME/.jnewsrc</filename> file must be
     12<filename>~/.jnewsrc</filename> file must be
    1413created. For this configuration to work, you must have an environmental
    15 variable, NNTPSERVER, set. In normal operation it would be exported into
     14variable, <envar>NNTPSERVER</envar>, set. In normal operation it would be exported into
    1615the environment by a startup file, like <filename>/etc/profile</filename>
    1716or <filename>~/.bashrc</filename>. Here we will just put it into the
     
    2019whatever server you prefer.</para>
    2120
    22 <para>Create the <filename>$HOME/.jnewsrc</filename> file with the following
     21<para>Create the <filename>~/.jnewsrc</filename> file with the following
    2322command:</para>
    2423
    2524<screen><userinput><command>NNTPSERVER=news.linuxfromscratch.org \
    26     slrn -f $HOME/.jnewsrc --create</command></userinput></screen>
     25    slrn -f ~/.jnewsrc --create</command></userinput></screen>
     26
     27<para>You will also have to edit one of the configuration files. There
     28is a sample startup <filename>/usr/share/doc/slrn/slrn.rc</filename>
     29file that comes with slrn. It is extensively documented but if you
     30need more information, look at <ulink
     31url="http://slrn.sourceforge.net/docs/">the slrn
     32website</ulink>.</para>
    2733
    2834</sect3>
  • basicnet/mailnews/slrn/slrn-inst.xml

    r54654bf rc6d10584  
    44<para>Install <application>slrn</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=/usr --with-slrnpull &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
     7    --with-slrnpull &amp;&amp;
    78make LDFLAGS="-ldl" &amp;&amp;
    89make install</command></userinput></screen>
    910
    1011</sect2>
    11 
  • basicnet/mailnews/slrn/slrn-intro.xml

    r54654bf rc6d10584  
    1919<sect4><title>Required</title>
    2020<para><xref linkend="slang"/> and <acronym>MTA</acronym> (See <xref linkend="server-mail"/>)</para></sect4>
     21
     22<sect4><title>Optional</title>
     23<para><xref linkend="openssl"/></para></sect4>
    2124</sect3>
    2225
    23 
    24 
    2526</sect2>
  • basicnet/mailnews/slrn/slrn.ent

    r54654bf rc6d10584  
    55<!ENTITY slrn-config SYSTEM "slrn-config.xml">
    66<!ENTITY slrn-desc SYSTEM "slrn-desc.xml">
    7 <!ENTITY slrn-version "0.9.7.4">
     7<!ENTITY slrn-version "0.9.8.0">
    88<!ENTITY slrn-download-http "http://telia.dl.sourceforge.net/sourceforge/slrn/slrn-&slrn-version;.tar.bz2">
    9 <!ENTITY slrn-download-ftp "ftp://ftp.uni-koeln.de/news/slrn-&slrn-version;.tar.gz">
    10 <!ENTITY slrn-size "850 KB">
    11 <!ENTITY slrn-buildsize "8.1 MB">
    12 <!ENTITY slrn-time "0.18 SBU">
     9<!ENTITY slrn-download-ftp "ftp://ftp.fh-heilbronn.de/pub/mirrors/slrn/slrn-&slrn-version;.tar.bz2">
     10<!ENTITY slrn-size "972 KB">
     11<!ENTITY slrn-buildsize "9.3 MB">
     12<!ENTITY slrn-time "0.19 SBU">
  • introduction/welcome/changelog.xml

    r54654bf rc6d10584  
    1313
    1414<listitem><para>November 13th, 2003 [igor]: Updated to
    15 libxml2-2.6.2 and fetchmail-6.2.5.</para></listitem>
     15libxml2-2.6.2, fetchmail-6.2.5 and slrn-0.9.8.0.</para></listitem>
    1616
    1717<listitem><para>November 12th, 2003 [igor]: Dillo: Reworded config
Note: See TracChangeset for help on using the changeset viewer.