diff --git a/byobu-status b/byobu-status index 5063fdc4..5bb18b85 100755 --- a/byobu-status +++ b/byobu-status @@ -30,9 +30,10 @@ find_script () { fi } -# Source configuration +# Source configurations [ -r "/etc/$PKG/statusrc" ] && . "/etc/$PKG/statusrc" [ -r "$HOME/.$PKG/status" ] && . "$HOME/.$PKG/status" +[ -r "$HOME/.$PKG/statusrc" ] && . "$HOME/.$PKG/statusrc" export P="$1" if [ "$P" = "--detail" ]; then diff --git a/debian/changelog b/debian/changelog index 983408de..64bfd052 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,11 +5,12 @@ byobu (2.26) unreleased; urgency=low byobu-janitor: move config files to sourced config file, use janitor item to clean up * byobu-status: source, rather than exec the target status script, - such that the script inherits the source status config variables + such that the script inherits the source status config variables; + source statusrc (which contains overrides) * bin/disk: fix up reading of MONITORED_DISK * byobu.1: update documentation for new .byobu/statusrc file - -- Dustin Kirkland Mon, 17 Aug 2009 14:02:25 -0500 + -- Dustin Kirkland Mon, 17 Aug 2009 14:03:05 -0500 byobu (2.25-0ubuntu1) karmic; urgency=low