mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7087: Latest OS X VPN client not working Downgrading openswan version to 1:2.6.37-3
Reviewed-by: Abhinandan
Signed-off-by: Sheng Yang
(cherry picked from commit 2dfd278625)
This commit is contained in:
parent
cefaa84407
commit
781a8f5c3c
|
|
@ -59,7 +59,7 @@ install_packages() {
|
|||
apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp ipsec-tools tdb-tools
|
||||
echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections
|
||||
echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections
|
||||
apt-get --no-install-recommends -q -y --force-yes install openswan
|
||||
apt-get --no-install-recommends -q -y --force-yes install openswan=1:2.6.37-3
|
||||
|
||||
# xenstore utils
|
||||
apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ install_packages() {
|
|||
apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp ipsec-tools tdb-tools
|
||||
echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections
|
||||
echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections
|
||||
apt-get --no-install-recommends -q -y --force-yes install openswan
|
||||
apt-get --no-install-recommends -q -y --force-yes install openswan=1:2.6.37-3
|
||||
|
||||
# xenstore utils
|
||||
apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue