mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
* usr/bin/byobu-janitor.in:
- no longer default to enabling ec2 status, LP: #1564320
This commit is contained in:
parent
b033dd1a15
commit
c74a1d0ac2
2 changed files with 2 additions and 4 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -12,6 +12,8 @@ byobu (5.105) unreleased; urgency=medium
|
||||||
- silence stderr
|
- silence stderr
|
||||||
* usr/share/byobu/profiles/bashrc:
|
* usr/share/byobu/profiles/bashrc:
|
||||||
- fix color comment
|
- fix color comment
|
||||||
|
* usr/bin/byobu-janitor.in:
|
||||||
|
- no longer default to enabling ec2 status, LP: #1564320
|
||||||
|
|
||||||
[ Mark King ]
|
[ Mark King ]
|
||||||
* usr/lib/byobu/battery:
|
* usr/lib/byobu/battery:
|
||||||
|
|
|
@ -82,10 +82,6 @@ for f in status statusrc; do
|
||||||
if [ ! -r "$BYOBU_CONFIG_DIR/$f" ]; then
|
if [ ! -r "$BYOBU_CONFIG_DIR/$f" ]; then
|
||||||
# Copy from skeleton, if possible
|
# Copy from skeleton, if possible
|
||||||
cp -f "$BYOBU_PREFIX/share/$PKG/status/$f" "$BYOBU_CONFIG_DIR/$f"
|
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
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue