From 0875bfed2dd7395459111ef8606b207e36bab7eb Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 27 May 2019 03:15:02 +0800 Subject: [PATCH] * usr/lib/byobu/services: - Fix reading services from $BYOBU_CONFIG_DIR/statusrc --- debian/changelog | 2 ++ usr/lib/byobu/services | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7c1d1bcc..4af9e84a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,8 @@ byobu (5.128) unreleased; urgency=medium - Remove unnecessary awk call; wc -l only outputs one value * usr/lib/byobu/release: - Fix typo + * usr/lib/byobu/services: + - Fix reading services from $BYOBU_CONFIG_DIR/statusrc * usr/share/byobu/keybindings/f-keys.tmux: - Remove -k for new-window. In older versions of tmux, -k without -t had no effect. In tmux 2.8, -k without -t will diff --git a/usr/lib/byobu/services b/usr/lib/byobu/services index 6bdfb851..b52e95c2 100755 --- a/usr/lib/byobu/services +++ b/usr/lib/byobu/services @@ -43,7 +43,7 @@ service_running() { } __services() { - local services= + local services="$SERVICES" # Users can define a list of services to monitor in $BYOBU_CONFIG_DIR/status if [ -z "$services" ]; then if [ -f "/etc/eucalyptus/eucalyptus.conf" ]; then