The output of kcare-uname seems to have changed recently.
Currently:
Is this correct?
Previously this had been
Is the addition of kernel- by design.
Its not a huge deal, it does interfere somewhat with scripts I have set to check kernel versions. I can fix the scripts to work with this, but I just wasnt sure if kernel- was intended or an oversight.
Currently:
Code:
# kcare-uname -r kernel-2.6.32-642.13.1.el6
Previously this had been
Code:
# kcare-uname -r 2.6.32-642.13.1.el6
Its not a huge deal, it does interfere somewhat with scripts I have set to check kernel versions. I can fix the scripts to work with this, but I just wasnt sure if kernel- was intended or an oversight.
Comment