[Fai-commit] r4441 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Thu Jul 12 15:42:36 UTC 2007


Author: lange
Date: 2007-07-12 15:42:36 +0000 (Thu, 12 Jul 2007)
New Revision: 4441

Modified:
   trunk/bin/install_packages
Log:
smarti now uses MAXPACKAGES feature


Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2007-07-12 15:36:34 UTC (rev 4440)
+++ trunk/bin/install_packages	2007-07-12 15:42:36 UTC (rev 4441)
@@ -25,7 +25,7 @@
 # MA 02111-1307, USA.
 #*********************************************************************
 
-my $version = "Version 4.0, 11-jul-2007";
+my $version = "Version 4.0, 12-jul-2007";
 $0=~ s#.+/##; # remove path from program name
 
 # import variables: $verbose, $MAXPACKAGES, $classes, $FAI, $FAI_ROOT
@@ -182,7 +182,7 @@
     next;
   }
 
-  if ($atype eq "install" || $atype eq "aptitude" || $atype eq "unpack" || $opt_l || $opt_L) {
+  if ($atype eq "install" || $atype eq "smarti" || $atype eq "aptitude" || $atype eq "unpack" || $opt_l || $opt_L) {
 
     mkpackagelist(@{$list{$atype}}); # create lists of known and unknown packages
     if ($opt_l) {




More information about the Fai-commit mailing list