~ubuntu-branches/ubuntu/saucy/ec2-api-tools/saucy

« back to all changes in this revision

Viewing changes to bin/ec2drp

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2012-12-10 20:07:40 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20121210200740-zsvv98f0rlik2zjv
Tags: 1.6.5.3-0ubuntu1
* New upstream release. API version 2012-10-01.
  * New commands (since 1.6.1.1): ec2-cancel-reserved-instances-listing
    ec2-create-reserved-instances-listing ec2-create-vpn-connection-route
    ec2-delete-vpn-connection-route ec2-describe-reserved-instances-listings
    ec2-disable-vgw-route-propagation ec2-enable-vgw-route-propagation
* debian/control: update Maintainer, update to standards version 3.9.3
* debian/upstream-check: sort by last-modified, not by simple version string
* debian/patches/ubuntu-ec2-cmd-fixes.patch, debian/ec2-api-tools.install:
  install jar files into /usr/share/ec2-api-tools rather than /usr/lib,
  fixing lintian 'jar-not-in-usr-share' warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
 
 
3
# Copyright 2006-2010 Amazon.com, Inc. or its affiliates.  All Rights Reserved.  Licensed under the
 
4
# Amazon Software License (the "License").  You may not use this file except in compliance with the License. A copy of the
 
5
# License is located at http://aws.amazon.com/asl or in the "license" file accompanying this file.  This file is distributed on an "AS
 
6
# IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
 
7
# language governing permissions and limitations under the License.
 
8
 
 
9
__ZIP_PREFIX__EC2_HOME="${EC2_HOME:?EC2_HOME is not set}"
 
10
__RPM_PREFIX__EC2_HOME=/usr/local/aes/cmdline
 
11
"${EC2_HOME}"/bin/ec2-cmd DisableVgwRoutePropagation "$@"