]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Change pgp keyserver to pgp.ipfire.org so we can change it in the dns.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 7 Feb 2011 18:56:39 +0000 (19:56 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 7 Feb 2011 18:56:39 +0000 (19:56 +0100)
config/rootfiles/core/46/filelists/files
src/pakfire/lib/functions.pl

index 5f4605e5009f635406e2f5ad5903ff85bf56a407..4996397c17876ad53a2ada36d8d1c36992e6a489 100644 (file)
@@ -1,2 +1,3 @@
 etc/system-release
 boot/ipfirerd-2.6.32.28.img
+opt/pakfire/lib/functions.pl
index ba0242367fdfa6e571515b426f53e95db5cba6b4..133b4950f49a860557f3492edfea7bf5802906fc 100644 (file)
@@ -865,7 +865,7 @@ sub checkcryptodb {
        unless ( "$ret" eq "0" ) {
                message("CRYPTO WARN: The GnuPG isn't configured corectly. Trying now to fix this.");
                message("CRYPTO WARN: It's normal to see this on first execution.");
-               my $command = "gpg --keyserver pgp.mit.edu --always-trust --status-fd 2";
+               my $command = "gpg --keyserver pgp.ipfire.org --always-trust --status-fd 2";
                system("$command --recv-key $myid >> $Conf::logdir/gnupg-database.log 2>&1");
                system("$command --recv-key $trustid >> $Conf::logdir/gnupg-database.log 2>&1");
        } else {