* usr/bin/byobu-janitor:

- kill lingering byobu-statusd processes
This commit is contained in:
Dustin Kirkland 2011-07-27 23:57:37 -05:00
commit d83a6c2f01
2 changed files with 5 additions and 0 deletions

2
debian/changelog vendored
View file

@ -6,6 +6,8 @@ byobu (4.23) unreleased; urgency=low
- revert the byobu-statusd changes in the profile - revert the byobu-statusd changes in the profile
- it's just not ready yet - it's just not ready yet
- LP: #814264, #816871 - LP: #814264, #816871
* usr/bin/byobu-janitor:
- kill lingering byobu-statusd processes
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 24 Jul 2011 14:23:38 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 24 Jul 2011 14:23:38 -0500

View file

@ -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 $SED -i -e "s/ shell$/ $PKG-shell/g" "$BYOBU_CONFIG_DIR/windows" || true
fi fi
# Affects: Upgrades from <= byobu 4.22
killall -u $USER byobu-statusd || true
# Clean up flag # Clean up flag
rm -f "$FLAG" rm -f "$FLAG"