[Fai-commit] r4534 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Tue Aug 28 09:44:27 UTC 2007


Author: lange
Date: 2007-08-28 09:44:27 +0000 (Tue, 28 Aug 2007)
New Revision: 4534

Modified:
   trunk/bin/install_packages
Log:
minor change in output


Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2007-08-28 09:21:41 UTC (rev 4533)
+++ trunk/bin/install_packages	2007-08-28 09:44:27 UTC (rev 4534)
@@ -25,7 +25,7 @@
 # MA 02111-1307, USA.
 #*********************************************************************
 
-my $version = "Version 4.1.3, 17-aug-2007";
+my $version = "Version 4.1.4, 26-aug-2007";
 $0=~ s#.+/##; # remove path from program name
 
 # import variables: $verbose, $MAXPACKAGES, $classes, $FAI, $FAI_ROOT
@@ -253,7 +253,7 @@
   my ($package,$type,$cllist, at oclasses,$doit);
 
   open (FILE,"$path/$file") || warn "ERROR $0: Can't read config file: $path/$file\n";
-  warn "$0: read config file /$file\n" if $verbose;
+  warn "$0: read config file $file\n" if $verbose;
 
   while (<FILE>) {
     next if /^#/;    # skip comments




More information about the Fai-commit mailing list