You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/04/03 14:25:48 UTC

git commit: updated refs/heads/4.1 to a35f7c7

Updated Branches:
  refs/heads/4.1 1902fc5e2 -> a35f7c7bd


debian: Include jasypt in the cloudstack-common package

This is required for the cloud-install-sys-tmplt installer.

Signed-off-by: Wido den Hollander <wi...@42on.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a35f7c7b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a35f7c7b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a35f7c7b

Branch: refs/heads/4.1
Commit: a35f7c7bd179a33e833d3d93f61f94ee7124c3f1
Parents: 1902fc5
Author: Wido den Hollander <wi...@42on.com>
Authored: Sat Mar 30 16:32:08 2013 +0100
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Wed Apr 3 14:23:59 2013 +0200

----------------------------------------------------------------------
 scripts/storage/secondary/cloud-install-sys-tmplt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a35f7c7b/scripts/storage/secondary/cloud-install-sys-tmplt
----------------------------------------------------------------------
diff --git a/scripts/storage/secondary/cloud-install-sys-tmplt b/scripts/storage/secondary/cloud-install-sys-tmplt
index 2172b28..bcdc4c4 100755
--- a/scripts/storage/secondary/cloud-install-sys-tmplt
+++ b/scripts/storage/secondary/cloud-install-sys-tmplt
@@ -40,7 +40,7 @@ DISKSPACE=5120000  #free disk space required in kilobytes
 dbHost=
 dbUser=
 dbPassword=
-jasypt='/usr/share/java/jasypt-1.9.0.jar'
+jasypt='/usr/share/cloudstack-common/lib/jasypt-1.9.0.jar'
 while getopts 'm:h:f:u:Ft:e:s:o:r:d' OPTION
 do
   case $OPTION in