Ticket #140: slrn2.patch

File slrn2.patch, 1.4 KB (added by billy@…, 22 years ago)

corrects compile command and removes extra &&

  • slrn-config.xml

    diff --exclude=CVS -Naur ./slrn-config.xml /home/billy/NEWBLFS/BOOK/basicnet/mailnews/slrn/slrn-config.xml
    old new  
    1212command:</para>
    1313
    1414<para><screen>
    15 <userinput> slrn -f $HOME/.jnewsrc --create &amp;&amp; </userinput>
     15<userinput> slrn -f $HOME/.jnewsrc --create</userinput>
    1616</screen></para>
    1717
    1818</sect3>
  • slrn-inst.xml

    diff --exclude=CVS -Naur ./slrn-inst.xml /home/billy/NEWBLFS/BOOK/basicnet/mailnews/slrn/slrn-inst.xml
    old new  
    55
    66<para><screen>
    77<userinput>./configure --prefix=/usr --with-slrnpull &amp;&amp;
    8 make &amp;&amp;
     8make LDFLAGS="-ldl" &amp;&amp;
    99make install</userinput>
    1010</screen></para>
    1111
  • slrn-intro.xml

    diff --exclude=CVS -Naur ./slrn-intro.xml /home/billy/NEWBLFS/BOOK/basicnet/mailnews/slrn/slrn-intro.xml
    old new  
    1111spools as well as groups from an NNTP server.  Small local news spools
    1212can also be created with the use of the slrnpull program included in
    1313the slrn distribution.</para>
     14
     15<screen>slrn depends on:
     16<xref linkend="slang"/>.</screen>
     17
     18
    1419</sect2>