]> git.ipfire.org Git - thirdparty/systemd.git/commit
Enable log colors for most of tools in /usr/bin
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 26 Apr 2019 10:28:25 +0000 (12:28 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 8 May 2019 07:50:21 +0000 (09:50 +0200)
commit1a04395959ca8cdca91f9da86b8580ef27025a5f
tree0e37e729a0bca4ab5ecb697947baa4f3e6baefa6
parent37b8d2f699ac6c80d653e94bad638122a6a1b3ef
Enable log colors for most of tools in /usr/bin

When emitting the calendarspec warning we want to see some color.
Follow-up for 04220fda5c.

Exceptions:
- systemctl, because it has a lot hand-crafted coloring
- tmpfiles, sysusers, stdio-bridge, etc, because they are also used in
  services and I'm not sure if this wouldn't mess up something.
26 files changed:
src/activate/activate.c
src/analyze/analyze.c
src/ask-password/ask-password.c
src/busctl/busctl.c
src/cgls/cgls.c
src/cgtop/cgtop.c
src/coredump/coredumpctl.c
src/delta/delta.c
src/detect-virt/detect-virt.c
src/escape/escape.c
src/hostname/hostnamectl.c
src/id128/id128.c
src/journal/cat.c
src/journal/journalctl.c
src/locale/localectl.c
src/login/inhibit.c
src/login/loginctl.c
src/machine/machinectl.c
src/mount/mount-tool.c
src/network/networkctl.c
src/notify/notify.c
src/path/path.c
src/portable/portablectl.c
src/resolve/resolvectl.c
src/run/run.c
src/timedate/timedatectl.c