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
 }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to