]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/pakfire/pakfire
unbound: Allow forwarding to multiple servers at the same time
[ipfire-2.x.git] / src / pakfire / pakfire
index da68454dc6646600cb401be62398734727f7bf59..041ba669a3b016ae236cc2d6647429f5efc407a5 100644 (file)
        delete @ENV{qw(IFS CDPATH ENV BASH_ENV PATH)};
        $< = $>;
 
+       # Store keys here
+       $ENV{"GNUPGHOME"} = "/opt/pakfire/etc/.gnupg";
+
        require "/opt/pakfire/lib/functions.pl";
        
        my $interactive = 1;
        my $force = "noforce";
        
        &Pakfire::logger("PAKFIRE INFO: IPFire Pakfire $Conf::version started!");
-       &Pakfire::checkcryptodb;
 
        ### Check if we are running as root
        #
        
        } elsif ("$ARGV[0]" eq "update") {
                &Pakfire::makeuuid();
-               &Pakfire::senduuid();
                &Pakfire::getmirrors("$force");
                &Pakfire::dbgetlist("$force");
                &Pakfire::getcoredb("$force");