You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2013/10/14 19:38:18 UTC

svn commit: r1531991 - /spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Author: kmcgrail
Date: Mon Oct 14 17:38:18 2013
New Revision: 1531991

URL: http://svn.apache.org/r1531991
Log:
small tweak to dependency output for wget/curl/fetch

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm?rev=1531991&r1=1531990&r2=1531991&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm Mon Oct 14 17:38:18 2013
@@ -258,9 +258,12 @@ $have_sha ? {
 
 my @BINARIES = ();
 
-my $lwp_note = "   Because LWP does not support IPv6, sa-update as of 3.4.0 will use
-   the binaries curl, wget or fetch to download rule updates with LWP used 
-   as a fallback if none of the binaries exist.";
+my $lwp_note = "   Sa-update will use curl, wget or fetch to download updates.  
+   Because LWP does not support IPv6, sa-update as of 3.4.0 will 
+   use these standard programs to download rule updates leaving LWP 
+   as a fallback if none of the programs are found.
+
+   *IMPORTANT NOTE*: You only need one of these programs.";
 
 my @OPTIONAL_BINARIES = (
 {