]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/pakfire/pakfire
Kleine Fixes am Pakfire - brauche Binary.
[ipfire-2.x.git] / src / pakfire / pakfire
index 94f8558eff93180a4d61575516ca9f119bc37ad1..ef395df94c9d6631ecc7f7f2d22ca8fe0d4e1654 100644 (file)
@@ -4,7 +4,7 @@
        
        my $interactive = 1;
        
-       &Pakfire::message("### Welcome to IPFire Pakfire $Conf::version!");
+       &Pakfire::logger("### IPFire Pakfire $Conf::version started!");
 
        ### Check if we are running as root
        #
@@ -94,5 +94,7 @@
                &Pakfire::makeuuid();
                &Pakfire::senduuid();
                &Pakfire::getmirrors();
-               &Pakfire::dbgetlist();
+               
+       } elsif ("$ARGV[0]" eq "list") {
+               &Pakfire::dblist("noweb");
        }