From c74a1d0ac206e18a063ef9f819c3b4b6a78f1361 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 7 Apr 2016 16:23:25 -0500 Subject: [PATCH] * usr/bin/byobu-janitor.in: - no longer default to enabling ec2 status, LP: #1564320 --- debian/changelog | 2 ++ usr/bin/byobu-janitor.in | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 57a4c96a..e8756119 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ byobu (5.105) unreleased; urgency=medium - silence stderr * usr/share/byobu/profiles/bashrc: - fix color comment + * usr/bin/byobu-janitor.in: + - no longer default to enabling ec2 status, LP: #1564320 [ Mark King ] * usr/lib/byobu/battery: diff --git a/usr/bin/byobu-janitor.in b/usr/bin/byobu-janitor.in index d998897d..6757d7f9 100755 --- a/usr/bin/byobu-janitor.in +++ b/usr/bin/byobu-janitor.in @@ -82,10 +82,6 @@ for f in status statusrc; do if [ ! -r "$BYOBU_CONFIG_DIR/$f" ]; then # Copy from skeleton, if possible cp -f "$BYOBU_PREFIX/share/$PKG/status/$f" "$BYOBU_CONFIG_DIR/$f" - # Enable ec2_cost, if we're in ec2 and seeding a new setup - if metadata_available; then - $BYOBU_SED_INLINE -e "s/#ec2_cost/ec2_cost/g" "$($BYOBU_READLINK -f $BYOBU_CONFIG_DIR/$f)" - fi fi done