Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF59918A24 for ; Wed, 12 Aug 2015 06:01:41 +0000 (UTC) Received: (qmail 51716 invoked by uid 500); 12 Aug 2015 06:01:41 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 51678 invoked by uid 500); 12 Aug 2015 06:01:41 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 51669 invoked by uid 99); 12 Aug 2015 06:01:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 06:01:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5B032E10A2; Wed, 12 Aug 2015 06:01:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jayapal@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/strongswan to 3f9f87e Date: Wed, 12 Aug 2015 06:01:41 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/strongswan 013fbd41f -> 3f9f87e1d Removed openswan apackage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3f9f87e1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3f9f87e1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3f9f87e1 Branch: refs/heads/strongswan Commit: 3f9f87e1d97f0e85d6d2667cf2a9295da1517064 Parents: 013fbd4 Author: Jayapal Authored: Wed Aug 12 11:29:35 2015 +0530 Committer: Jayapal Committed: Wed Aug 12 11:29:35 2015 +0530 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/install_systemvm_packages.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3f9f87e1/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh index b9686c8..b66fedc 100644 --- a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh +++ b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh @@ -29,7 +29,6 @@ function install_vhd_util() { function debconf_packages() { echo 'sysstat sysstat/enable boolean true' | debconf-set-selections echo "strongswan strongswan/install_x509_certificate boolean false" | debconf-set-selections - echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections }