You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2006/10/27 15:32:29 UTC

svn commit: r468376 - /spamassassin/branches/3.1/sa-update.raw

Author: jm
Date: Fri Oct 27 06:32:28 2006
New Revision: 468376

URL: http://svn.apache.org/viewvc?view=rev&rev=468376
Log:
trivial fix for bug 5134: fix error in sa-update's warning issued on missing/unsigned/untrusted GPG key, so that it refers to 'sa-update --import' instead of 'gpg --import'

Modified:
    spamassassin/branches/3.1/sa-update.raw

Modified: spamassassin/branches/3.1/sa-update.raw
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/sa-update.raw?view=diff&rev=468376&r1=468375&r2=468376
==============================================================================
--- spamassassin/branches/3.1/sa-update.raw (original)
+++ spamassassin/branches/3.1/sa-update.raw Fri Oct 27 06:32:28 2006
@@ -663,7 +663,7 @@
 Perhaps you need to import the channel's GPG key?  For example:
 
     wget http://spamassassin.apache.org/updates/GPG.KEY
-    gpg --import GPG.KEY
+    sa-update --import GPG.KEY
 
 ENDOFVALIDATIONERR