1
0
mirror of synced 2025-02-07 15:59:25 +03:00

Remove xl2tpd workaround

- Updated xl2tpd package is now available in EPEL
- This workaround is no longer needed
- Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1406360
- Ref: 8cc1362
This commit is contained in:
hwdsl2 2016-12-31 16:36:04 -06:00
parent e6ebdeaaf8
commit 3dbf3a9c09

View File

@ -144,15 +144,7 @@ yum -y install nss-devel nspr-devel pkgconfig pam-devel \
libcap-ng-devel libselinux-devel \ libcap-ng-devel libselinux-devel \
curl-devel flex bison gcc make \ curl-devel flex bison gcc make \
fipscheck-devel unbound-devel xmlto || exiterr2 fipscheck-devel unbound-devel xmlto || exiterr2
yum -y install ppp || exiterr2 yum -y install ppp xl2tpd || exiterr2
# Temporary workaround for xl2tpd bug
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1406360
if grep -qs "release 6" /etc/redhat-release; then
yum -y install xl2tpd || exiterr2
else
yum -y --enablerepo=epel-testing install xl2tpd || exiterr2
fi
# Install Fail2Ban to protect SSH server # Install Fail2Ban to protect SSH server
yum -y install fail2ban || exiterr2 yum -y install fail2ban || exiterr2