[Fai-commit] r6230 - trunk/bin

Thomas Lange lange at alioth.debian.org
Tue Dec 7 15:31:23 UTC 2010


Author: lange
Date: 2010-12-07 15:31:23 +0000 (Tue, 07 Dec 2010)
New Revision: 6230

Modified:
   trunk/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: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2010-12-04 18:04:09 UTC (rev 6229)
+++ trunk/bin/install_packages	2010-12-07 15:31:23 UTC (rev 6230)
@@ -134,7 +134,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