* lib/byobu/ip_address, share/man/man1/byobu.1:

- display both ifconfig and ip output in ip_address detail display
  - use ip rather than ifconfig to get the ip address, slight performance
    improvement
  - support a flag, IPV6=1, in .byobu/status, to allow for showing
    IPv6 addresses instead of IPv4
  - thanks to Mark Schouten <mark@prevented.net> for the IPv6 idea and
    sample code
This commit is contained in:
Dustin Kirkland 2010-09-01 10:59:46 -06:00
commit 54f087651a
3 changed files with 30 additions and 6 deletions

View file

@ -42,7 +42,7 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s
\fBhostname\fP \- the hostname of the system; displayed in the upper bar on the far right in bold black text on a grey background; there is a leading '@' symbol if the username status is also enabled
\fBip_address\fP \- the ip address of the system in dotted decimal form; displayed in the upper bar on the far right in bold black text on a grey background
\fBip_address\fP \- the IPv4 address of the system in dotted decimal form; displayed in the upper bar on the far right in bold black text on a grey background; you can override and display your IPv6 address by setting 'IPV6=1' in \fI$HOME/.byobu/statusrc\fP
\fBload_average\fP \- the system load average over the last 1 minute; displayed in the lower bar toward the right in black text on a yellow background