mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -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
|
- 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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue