mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-janitor:
- kill lingering byobu-statusd processes
This commit is contained in:
parent
669d715153
commit
d83a6c2f01
2 changed files with 5 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Sun, 24 Jul 2011 14:23:38 -0500
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue