[Fai-commit] r4429 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Wed Jul 11 19:51:35 UTC 2007


Author: lange
Date: 2007-07-11 19:51:35 +0000 (Wed, 11 Jul 2007)
New Revision: 4429

Modified:
   trunk/bin/install_packages
Log:
use -N instead of -n


Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2007-07-11 19:46:23 UTC (rev 4428)
+++ trunk/bin/install_packages	2007-07-11 19:51:35 UTC (rev 4429)
@@ -34,7 +34,7 @@
 use Getopt::Std;
 
 # global variables
-our ($opt_d,$opt_l,$opt_L,$opt_v,$opt_h,$opt_t,$opt_m,$opt_n,$opt_p);
+our ($opt_d,$opt_l,$opt_L,$opt_v,$opt_h,$opt_t,$opt_m,$opt_N,$opt_p);
 my $listonly; # flag, that indicates that only a list of packages will be printed
 our @commands;
 our %command;
@@ -93,10 +93,10 @@
 );
 
 $test = 0;
-getopts('dthvlLm:p:n');
+getopts('dthvlLm:p:N');
 
 my $use_aptpkg=0;
-$opt_n || check_aptpkg(); # do not use AptPkg when -n is given
+$opt_N || check_aptpkg(); # do not use AptPkg when -N is given
 
 $listonly = $opt_l || $opt_L;
 $opt_h && usage();




More information about the Fai-commit mailing list