SVN: geninitrd/trunk/geninitrd

glen glen at pld-linux.org
Sat Feb 19 09:38:20 CET 2011


Author: glen
Date: Sat Feb 19 09:38:20 2011
New Revision: 12167

Modified:
   geninitrd/trunk/geninitrd
Log:
Move $RCSID printing where it has chance to work

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Sat Feb 19 09:38:20 2011
@@ -111,6 +111,7 @@
 			die "$mod geninitrd module can't be loaded"
 		fi
 		. /lib/geninitrd/mod-$mod.sh
+		debug "# $RCSID (mod-$mod)"
 
 		if type setup_mod_$mod > /dev/null; then
 			# add to list which need init
@@ -124,7 +125,6 @@
 	local mod
 
 	for mod in $GENINITRD_MODS; do
-		debug "# $RCSID (mod-$mod)"
 		eval setup_mod_$mod
 	done
 }


More information about the pld-cvs-commit mailing list