On 10/04/2012 01:12 PM, Dwight Engen wrote:
> This early exit is preventing the warning message that follows it from
> being shown.
> 
> Signed-off-by: Dwight Engen <dwight.en...@oracle.com>
> ---
>  templates/lxc-fedora.in |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/templates/lxc-fedora.in b/templates/lxc-fedora.in
> index 0bcb396..edd4b9d 100644
> --- a/templates/lxc-fedora.in
> +++ b/templates/lxc-fedora.in
> @@ -354,7 +354,6 @@ needed_pkgs=""
>  type yum >/dev/null 2>&1
>  if [ $? -ne 0 ]; then
>      needed_pkgs="yum $needed_pkgs"
> -    exit 1
>  fi
>  
>  type curl >/dev/null 2>&1


Looks good, applied to staging.


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to