Add Scientific Linux to Distro with a reference to RHEL.
https://en.wikipedia.org/wiki/Scientific_Linux
Note that development of Scientific Linux has been discontinued,
but is still receiving LTS maintenance for EL6- and EL7-based
releases, so should not be removed until all support for those
distros has been removed.
Signed-off-by: Alexander Boyko <c17825@cray.com>
Change-Id: I05001ee9233e4cac6b2c6b523a374ffdc243394d
Cray-bug-id: MRP-3882
Reviewed-by: Artem Blagodarenko <c17828@cray.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
exit 1
fi
case "$DISTRO-$RELEASE" in
+ Scientific-6*) DISTRO=RHEL; RELEASE=6;;
+ Scientific-7*) DISTRO=RHEL; RELEASE=7;;
RedHatEnterpriseServer-6*) DISTRO=RHEL; RELEASE=6;;
RedHatEnterpriseServer-7*) DISTRO=RHEL; RELEASE=7;;
CentOS-6*) DISTRO=RHEL; RELEASE=6;;