mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* usr/share/byobu/status/statusrc:
- fix reference to non-existent variable, MONITORED_INTERFACE; should be MONITORED_NETWORK
This commit is contained in:
parent
e3fd504c2d
commit
d4255e1de2
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -19,6 +19,9 @@ byobu (4.48) unreleased; urgency=low
|
||||||
* debian/control:
|
* debian/control:
|
||||||
- we really need tmux 1.5 to take advantage of its features
|
- we really need tmux 1.5 to take advantage of its features
|
||||||
- N.B.: I have pushed backports of tmux 1.5-1 to ppa:byobu/ppa
|
- N.B.: I have pushed backports of tmux 1.5-1 to ppa:byobu/ppa
|
||||||
|
* usr/share/byobu/status/statusrc:
|
||||||
|
- fix reference to non-existent variable, MONITORED_INTERFACE; should be
|
||||||
|
MONITORED_NETWORK
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 09 Nov 2011 17:54:11 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 09 Nov 2011 17:54:11 -0600
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
#DISK_IO_THRESHOLD=50
|
#DISK_IO_THRESHOLD=50
|
||||||
|
|
||||||
# Default: eth0
|
# Default: eth0
|
||||||
#MONITORED_INTERFACE=eth0
|
#MONITORED_NETWORK=eth0
|
||||||
|
|
||||||
# Unit used for network throughput (either bits per second or bytes per second)
|
# Unit used for network throughput (either bits per second or bytes per second)
|
||||||
# Default: bits
|
# Default: bits
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue