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 2A922F219 for ; Fri, 29 Mar 2013 23:35:53 +0000 (UTC) Received: (qmail 63609 invoked by uid 500); 29 Mar 2013 23:35:52 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 63532 invoked by uid 500); 29 Mar 2013 23:35:52 -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 63347 invoked by uid 99); 29 Mar 2013 23:35:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 23:35:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B19B1834334; Fri, 29 Mar 2013 23:35:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mchen@apache.org To: commits@cloudstack.apache.org Date: Fri, 29 Mar 2013 23:35:55 -0000 Message-Id: In-Reply-To: <074bb17f95a142908f6b8dcf07bc1cd4@git.apache.org> References: <074bb17f95a142908f6b8dcf07bc1cd4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/35] git commit: updated refs/heads/object_store to e64030a CLOUDSTACK-1844 - fix typo in agent pre-script to allow copy of old configs to new config location Reported-by: Sangeetha Hariharan (JIRA) Signed-off-by: Marcus Sorensen 1364522608 -0600 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d6e11f25 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d6e11f25 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d6e11f25 Branch: refs/heads/object_store Commit: d6e11f25ace4696ec39063f86342cd8a94bd96ee Parents: 4534daf Author: Marcus Sorensen Authored: Thu Mar 28 20:03:28 2013 -0600 Committer: Marcus Sorensen Committed: Thu Mar 28 20:03:28 2013 -0600 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d6e11f25/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 3fd0dd4..f8e3133 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -397,7 +397,7 @@ fi # save old configs if they exist (for upgrade). Otherwise we may lose them # when the old packages are erased. There are a lot of properties files here. if [ -d "%{_sysconfdir}/cloud" ] ; then - mv %{_sysconfdir}/cloud %{_sysconfdir}/cloudr.rpmsave + mv %{_sysconfdir}/cloud %{_sysconfdir}/cloud.rpmsave fi %post agent