[Fai-commit] r6246 - branches/stable/3.4/bin

Michael Prokop mika at alioth.debian.org
Thu Dec 23 12:45:27 UTC 2010


Author: mika
Date: 2010-12-23 12:45:25 +0000 (Thu, 23 Dec 2010)
New Revision: 6246

Modified:
   branches/stable/3.4/bin/install_packages
Log:
print message to stderr (closes: #605947)

The bugfix for #600715 did break every fai-mirror call, since an
additional line appeared in $NFSROOT/var/tmp/packages.nfsroot.

Modified: branches/stable/3.4/bin/install_packages
===================================================================
--- branches/stable/3.4/bin/install_packages	2010-12-17 14:19:58 UTC (rev 6245)
+++ branches/stable/3.4/bin/install_packages	2010-12-23 12:45:25 UTC (rev 6246)
@@ -132,7 +132,7 @@
   $cache = new AptPkg::Cache;
 }
 
-print "$0: reading config files from directory $classpath\n";
+warn "$0: reading config files from directory $classpath\n" if $verbose;
 foreach (@classes) {
   &readconfig($classpath,$_) if -f "$classpath/$_"; # read all package config files
 }




More information about the Fai-commit mailing list