usr/share/man/man1/byobu.1: LP: #835152
- fix a suite of support issues around launching byobu under sudo,
where files/dirs would be created under the $SUDO_USER's $HOME,
but would be owned by root
usr/lib/byobu/logo, usr/lib/byobu/Makefile.am,
usr/lib/byobu/mem_available => usr/lib/byobu/memory,
usr/lib/byobu/mem_used, usr/lib/byobu/.shutil,
usr/share/byobu/status/status, usr/share/man/man1/byobu.1:
- drop experimental code, no longer necessary
- test non-zero cache file
- combine mem_* to memory
- decrease raid status frequency
- add trailing space to logo
usr/share/byobu/keybindings/screen-escape-keys,
usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/common,
usr/share/byobu/profiles/screenrc, usr/share/man/man1/byobu.1:
- fix up a few more references to BYOBU_CONFIG_DIR
status, experimental/byobu-status-all, === modified symlink
usr/share/byobu/keybindings/common, === target was uf-keys,
usr/bin/byobu, usr/bin/byobu-config, usr/bin/byobu-ctrl-a,
usr/bin/byobu-disable, usr/bin/byobu-enable, usr/bin/byobu-export,
usr/bin/byobu-janitor, usr/bin/byobu-launch, usr/bin/byobu-launcher,
usr/bin/byobu-launcher-install, usr/bin/byobu-launcher-uninstall,
usr/bin/byobu-quiet, usr/bin/byobu-reconnect-sockets, usr/bin/byobu-
select-profile, usr/bin/byobu-shell, usr/bin/byobu-silent,
usr/bin/byobu-status, usr/bin/byobu-status-detail, usr/bin/byobu-
ugraph, usr/bin/byobu-ulevel, usr/lib/byobu/.common,
usr/lib/byobu/.constants, usr/lib/byobu/custom,
usr/lib/byobu/disk_io, usr/lib/byobu/ec2_cost,
usr/lib/byobu/ip_address, usr/lib/byobu/logo,
usr/lib/byobu/Makefile.am, usr/lib/byobu/mem_available,
usr/lib/byobu/menu, usr/lib/byobu/network,
usr/lib/byobu/.notify_osd, usr/lib/byobu/reboot_required,
usr/lib/byobu/services, usr/lib/byobu/.shutil,
usr/lib/byobu/updates_available, usr/share/byobu/keybindings/f-keys,
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1,
usr/share/man/man1/byobu-select-session.1: LP: #802122
- massive reworking to globalize and standardize the use of
+ BYOBU_RUN_DIR, which is typically /var/run/screen/S-$USER/byobu
+ BYOBU_CONFIG_DIR, which is typically $HOME/.byobu
- this rework should more easily allow us to support users who's
SOCKETDIR is not /var/run/screen, and XDG_USER_DIRS users
- add an option to select-session for running a shell without byobu
* usr/bin/byobu-select-session, usr/share/man/man1/byobu-select-
session.1:
- updated to document the .always-select configuration
usr/share/man/man1/byobu.1:
ignore network traffic less than threshold, less busy status
- add support for a disk threshold setting; set to 50kB/s by default,
ignore disk traffic less than threshold, less busy status
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
- add support for the super-geeky-but-fun binary clock; requires
UTF8 support in GNU Screen, LP: #705037
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
- enable the network monitor by default (it seems I *always* turn this
on, on every single byobu instance)
- only display when traffic is non-zero
- move further to the left, so that entire line doesn't jump around
* usr/share/byobu/profiles/common: move disk_io further left, so line
does jump around so much
enable.1, usr/share/man/man1/byobu-janitor.1,
usr/share/man/man1/byobu-launch.1, usr/share/man/man1/Makefile.am:
- add a few missing manpages
- add notes to the location of the GPL on Fedora
usr/share/man/man1/byobu-export.1, usr/share/man/man1/byobu-
launcher.1, usr/share/man/man1/byobu-launcher-install.1,
usr/share/man/man1/byobu-launcher-uninstall.1,
usr/share/man/man1/byobu-reconnect-sockets.1,
usr/share/man/man1/byobu-select-profile.1, usr/share/man/man1/byobu-
select-session.1, usr/share/man/man1/byobu-status.1,
usr/share/man/man1/byobu-status-detail.1,
usr/share/man/man1/shell.1: add a url link to the GPL
install.1, usr/share/man/man1/byobu-launcher-uninstall.1,
usr/share/man/man1/Makefile.am:
- add an option for -n|--no-logout to byobu-launcher-install,
document changes in new manpages, LP: #604931
- 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