2015-07-24 04:50:51 -04:00
|
|
|
NAME='RHEL'
|
2015-09-03 00:09:48 -04:00
|
|
|
SUPPORTED='yes'
|
2015-07-14 01:29:27 -04:00
|
|
|
# Red Hat Enterprise Linux Server release 6.5 (Santiago)
|
|
|
|
CHECK_METHOD='egrep "^Red\ Hat\ Enterprise\ Linux" /etc/redhat-release'
|
|
|
|
PKG_MGR='yum -y install'
|
|
|
|
PRE_RUN='none'
|
|
|
|
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
|
|
|
|
URL='http://www.redhat.com/en/technologies/linux-platforms/enterprise-linux'
|
2015-07-17 07:04:19 -04:00
|
|
|
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
|
|
|
|
echo "No tweaks found."
|
|
|
|
|
|
|
|
}
|
|
|
|
|