16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
NAME='RHEL'
|
|
SUPPORTED='yes'
|
|
# 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'
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
echo "No tweaks found."
|
|
|
|
}
|
|
|