Merge "Sort the output of rpm -qa for easier comparisons"
This commit is contained in:
commit
c88e310e11
@ -173,7 +173,7 @@ if [ `command -v dpkg` ]; then
|
|||||||
apt-cache policy > $LOG_DIR/apt-cache-policy.txt
|
apt-cache policy > $LOG_DIR/apt-cache-policy.txt
|
||||||
fi
|
fi
|
||||||
if [ `command -v rpm` ]; then
|
if [ `command -v rpm` ]; then
|
||||||
rpm -qa > $LOG_DIR/rpm-qa.txt
|
rpm -qa |sort > $LOG_DIR/rpm-qa.txt
|
||||||
yum repolist -v > $LOG_DIR/repolist.txt
|
yum repolist -v > $LOG_DIR/repolist.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user