You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/01/09 14:42:43 UTC

git commit: updated refs/heads/master to 1b5f8e2

Updated Branches:
  refs/heads/master 3baf61161 -> 1b5f8e21a


Fix typo


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

Branch: refs/heads/master
Commit: 1b5f8e21a9cb07d3847491b70b46e5bb8a121748
Parents: 3baf611
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Thu Jan 9 14:42:05 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Thu Jan 9 14:42:34 2014 +0100

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +-
 tools/appliance/definitions/systemvmtemplate/postinstall.sh   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1b5f8e21/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index 23659ab..a9a057d 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -105,7 +105,7 @@ install_packages() {
   apt-get update
   apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386
 
-  apt-get --no-install-recommends -q -y --force=yes install radvd
+  apt-get --no-install-recommends -q -y --force-yes install radvd
 }
 
 setup_accounts() {

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1b5f8e21/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 543cf32..48ba04b 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -89,7 +89,7 @@ install_packages() {
 
   apt-get --no-install-recommends -q -y --force-yes install haproxy
 
-  apt-get --no-install-recommends -q -y --force=yes install radvd
+  apt-get --no-install-recommends -q -y --force-yes install radvd
 }
 
 setup_accounts() {
@@ -222,6 +222,7 @@ configure_services() {
   chkconfig --add cloud
   chkconfig cloud off
   chkconfig xl2tpd off
+  chkconfig radvd off
 }
 
 do_signature() {