tag 605454 patch
thanks

Hi,

The attached patch fixes this problem by making wget download files
with the .pgp extension instead of those with the .asc extension.

-- 
Matt                                           https://ftbfs.org/kraai
diff -ru sks-1.1.1+dpkgv3~/debian/README.Debian sks-1.1.1+dpkgv3/debian/README.Debian
--- sks-1.1.1+dpkgv3~/debian/README.Debian	2010-11-30 02:58:24.000000000 -0800
+++ sks-1.1.1+dpkgv3/debian/README.Debian	2010-11-30 02:59:02.000000000 -0800
@@ -10,7 +10,7 @@
 You can retrieve one use commands similar to the following lines:
 
  cd /var/lib/sks/dump
- wget -q -r -np -nd -A asc http://ftp.prato.linux.it/pub/keyring/dump-latest/ -e robots=off
+ wget -q -r -np -nd -A pgp http://ftp.prato.linux.it/pub/keyring/dump-latest/ -e robots=off
 
 To build the database from the keydumps call:
 

Reply via email to