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 89725F653 for ; Wed, 24 Apr 2013 21:53:18 +0000 (UTC) Received: (qmail 63934 invoked by uid 500); 24 Apr 2013 21:53:18 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 63847 invoked by uid 500); 24 Apr 2013 21:53:18 -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 63838 invoked by uid 99); 24 Apr 2013 21:53:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 21:53:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E890C880567; Wed, 24 Apr 2013 21:53:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: edison@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 1c89bc7 Date: Wed, 24 Apr 2013 21:53:17 +0000 (UTC) Updated Branches: refs/heads/master 7fa57922a -> 1c89bc78f regression, need to modify iptables rules in rules.v4 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c89bc78 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1c89bc78 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1c89bc78 Branch: refs/heads/master Commit: 1c89bc78fd02f394f933a6bc0f8c2e029b8d514d Parents: 7fa5792 Author: Edison Su Authored: Wed Apr 24 14:52:44 2013 -0700 Committer: Edison Su Committed: Wed Apr 24 14:52:44 2013 -0700 ---------------------------------------------------------------------- .../debian/config/etc/init.d/cloud-early-config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1c89bc78/patches/systemvm/debian/config/etc/init.d/cloud-early-config ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config index 4b3cb5f..187ae25 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -519,7 +519,7 @@ setup_sshd(){ local ip=$1 local eth=$2 [ -f /etc/ssh/sshd_config ] && sed -i -e "s/^[#]*ListenAddress.*$/ListenAddress $ip/" /etc/ssh/sshd_config - sed -i "/3922/s/eth./$eth/" /etc/iptables/rules + sed -i "/3922/s/eth./$eth/" /etc/iptables/rules.v4 }