Rebased from upstream

This commit is contained in:
laf
2015-12-01 21:50:13 +00:00
132 changed files with 17809 additions and 10598 deletions

View File

@@ -60,6 +60,10 @@ elif [ "${OS}" = "Linux" ] ; then
elif [ -f /etc/pld-release ] ; then
DIST=$(cat /etc/pld-release)
REV=""
elif [ -f /etc/SuSE-release ] ; then
DIST=$(echo SLES $(grep VERSION /etc/SuSE-release | cut -d = -f 2 | tr -d " "))
REV=$(echo SP$(grep PATCHLEVEL /etc/SuSE-release | cut -d = -f 2 | tr -d " "))
fi
if [ -f /etc/lsb-release -a "${IGNORE_LSB}" != 1 ] ; then