mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
source statusrc
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
a888973264
commit
3772ad7707
2 changed files with 5 additions and 3 deletions
|
@ -30,9 +30,10 @@ find_script () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Source configuration
|
# Source configurations
|
||||||
[ -r "/etc/$PKG/statusrc" ] && . "/etc/$PKG/statusrc"
|
[ -r "/etc/$PKG/statusrc" ] && . "/etc/$PKG/statusrc"
|
||||||
[ -r "$HOME/.$PKG/status" ] && . "$HOME/.$PKG/status"
|
[ -r "$HOME/.$PKG/status" ] && . "$HOME/.$PKG/status"
|
||||||
|
[ -r "$HOME/.$PKG/statusrc" ] && . "$HOME/.$PKG/statusrc"
|
||||||
|
|
||||||
export P="$1"
|
export P="$1"
|
||||||
if [ "$P" = "--detail" ]; then
|
if [ "$P" = "--detail" ]; then
|
||||||
|
|
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -5,11 +5,12 @@ byobu (2.26) unreleased; urgency=low
|
||||||
byobu-janitor: move config files to sourced config file, use
|
byobu-janitor: move config files to sourced config file, use
|
||||||
janitor item to clean up
|
janitor item to clean up
|
||||||
* byobu-status: source, rather than exec the target status script,
|
* 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
|
* bin/disk: fix up reading of MONITORED_DISK
|
||||||
* byobu.1: update documentation for new .byobu/statusrc file
|
* byobu.1: update documentation for new .byobu/statusrc file
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 17 Aug 2009 14:02:25 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 17 Aug 2009 14:03:05 -0500
|
||||||
|
|
||||||
byobu (2.25-0ubuntu1) karmic; urgency=low
|
byobu (2.25-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue