[Fai-commit] r6427 - branches/stable/lib

Michael Prokop mika at alioth.debian.org
Fri Apr 15 18:09:06 UTC 2011


Author: mika
Date: 2011-04-15 18:09:00 +0000 (Fri, 15 Apr 2011)
New Revision: 6427

Modified:
   branches/stable/lib/get-config-dir-http
Log:
minor change in messages

(cherry picked from commit 775f5b38a56c2e1e6d2335f20964313a63e942d3)

Conflicts:

	3.4/debian/changelog

Modified: branches/stable/lib/get-config-dir-http
===================================================================
--- branches/stable/lib/get-config-dir-http	2011-04-15 18:08:33 UTC (rev 6426)
+++ branches/stable/lib/get-config-dir-http	2011-04-15 18:09:00 UTC (rev 6427)
@@ -45,10 +45,11 @@
 task_error 702 $?
 
 # check the md5 sum
-md5sum -c $file.md5 || echo "Checksum mismatch "
+echo -n "MD5 checksum of "
+md5sum -c $file.md5 || echo "checksum mismatch. ERROR."
 task_error 703 $?
 
 # extraxt the downloaded file using ftar. Therefore define a class
 # with the basename of the file
-echo "extracting config space from $file"
+echo "Extracting config space from $file"
 ftar -c $base -t $FAI -s $fdir .




More information about the Fai-commit mailing list