From d83a6c2f0113d8fff44bb2d80159b62ca096a26e Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 27 Jul 2011 23:57:37 -0500 Subject: [PATCH] * usr/bin/byobu-janitor: - kill lingering byobu-statusd processes --- debian/changelog | 2 ++ usr/bin/byobu-janitor | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6e68e3c5..b6e4bbd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ byobu (4.23) unreleased; urgency=low - revert the byobu-statusd changes in the profile - it's just not ready yet - LP: #814264, #816871 + * usr/bin/byobu-janitor: + - kill lingering byobu-statusd processes -- Dustin Kirkland Sun, 24 Jul 2011 14:23:38 -0500 diff --git a/usr/bin/byobu-janitor b/usr/bin/byobu-janitor index 346f64c5..b3b06388 100755 --- a/usr/bin/byobu-janitor +++ b/usr/bin/byobu-janitor @@ -119,6 +119,9 @@ if grep -qs " shell$" "$BYOBU_CONFIG_DIR/windows"; then $SED -i -e "s/ shell$/ $PKG-shell/g" "$BYOBU_CONFIG_DIR/windows" || true fi +# Affects: Upgrades from <= byobu 4.22 +killall -u $USER byobu-statusd || true + # Clean up flag rm -f "$FLAG"