From 3d1f6efd7d7ebedf23b505de2995c90a921faaa2 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 29 Apr 2009 18:51:41 -0500 Subject: [PATCH] * bin/ec2-cost: update location of ec2_version file Signed-off-by: Dustin Kirkland --- bin/ec2-cost | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/ec2-cost b/bin/ec2-cost index 3238f4b5..a6d282a6 100755 --- a/bin/ec2-cost +++ b/bin/ec2-cost @@ -38,7 +38,7 @@ done # Exit immediately if this is not an Amazon EC2 instance, we're not # manually turned on, and we're not in force mode -[ -r "/etc/ec2-version" -o -r "$HOME/.screen-profiles/ec2-cost" -o "$FORCE" = "1" ] +[ -r "/etc/ec2_version" -o -r "$HOME/.screen-profiles/ec2-cost" -o "$FORCE" = "1" ] [ "$?" = "0" ] || exit 0 # Approximate Instance Cost Basis diff --git a/debian/changelog b/debian/changelog index 2bbfe442..463de2be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ screen-profiles (1.53) unreleased; urgency=low * motd+shell, screen: clean up temp file * bin/users, screen-profiles.1: when counting users, count remote ssh sessions + * bin/ec2-cost: update location of ec2_version file - -- Dustin Kirkland Wed, 29 Apr 2009 18:49:47 -0500 + -- Dustin Kirkland Wed, 29 Apr 2009 18:51:17 -0500 screen-profiles (1.52-0ubuntu1) karmic; urgency=low