e2a1090 ticket 304 - Fix kernel version checking in dsktune

Authored and Committed by nkinder 12 years ago
    ticket 304 - Fix kernel version checking in dsktune
    
    The kernel version cehcking in dsktune is incorrect.  It takes each
    version element and checks it separately, without factoring in the
    check for the previous version element.  This causes checks like
    3.2.5 > 2.4.7 to be evaluated as false.
    
    This fix factors in the previous version element comparison, which
    ensures that the version is evaluated correctly as a whole.
    
        
file modified
+21 -12