From 1b5f8e21a9cb07d3847491b70b46e5bb8a121748 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Thu, 9 Jan 2014 14:42:05 +0100 Subject: [PATCH] Fix typo --- tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 23659abdab9..a9a057d4e55 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() { diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 543cf32bc4f..48ba04b5280 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() {