[Fai-commit] r6175 - trunk/bin

Thomas Lange lange at alioth.debian.org
Wed Nov 3 13:42:15 UTC 2010


Author: lange
Date: 2010-11-03 13:41:37 +0000 (Wed, 03 Nov 2010)
New Revision: 6175

Modified:
   trunk/bin/install_packages
Log:
print message to stdout (closes: #600715)


Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2010-11-03 13:32:09 UTC (rev 6174)
+++ trunk/bin/install_packages	2010-11-03 13:41:37 UTC (rev 6175)
@@ -134,7 +134,7 @@
   $cache = new AptPkg::Cache;
 }
 
-warn "$0: reading config files from directory $classpath\n";
+print "$0: reading config files from directory $classpath\n";
 foreach (@classes) {
   &readconfig($classpath,$_) if -f "$classpath/$_"; # read all package config files
 }




More information about the Fai-commit mailing list