[Fai-commit] r4433 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Wed Jul 11 20:44:36 UTC 2007


Author: lange
Date: 2007-07-11 20:44:36 +0000 (Wed, 11 Jul 2007)
New Revision: 4433

Modified:
   trunk/bin/install_packages
Log:
rename ninstall to inst-internal, this is only used by internal code


Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2007-07-11 20:42:31 UTC (rev 4432)
+++ trunk/bin/install_packages	2007-07-11 20:44:36 UTC (rev 4433)
@@ -69,7 +69,7 @@
 @commands = qw/y2i y2r yast rpmr urpmi urpme yumgroup yumi yumr hold taskrm taskinst clean aptitude aptitude-r install unpack remove dselect-upgrade/;
 %command = (
           "install" => "apt-get $aptopt --fix-missing install",
-	 "ninstall" => "apt-get $aptopt --fix-missing -s install",
+    "inst-internal" => "apt-get $aptopt --fix-missing -s install",
 	   "remove" => "apt-get $aptopt --purge remove",
   "dselect-upgrade" => "apt-get $aptopt dselect-upgrade",
          "taskinst" => "tasksel -n install",
@@ -193,7 +193,7 @@
     }
     if ($opt_L) {
       # only print the package list
-      execute("$rootcmd $command{ninstall} @known | egrep ^Inst");
+      execute("$rootcmd $command{inst-internal} @known | egrep ^Inst");
       exit 0;
     }
     # pass only maxpl packages to apt-get




More information about the Fai-commit mailing list