/etc/profile.d/sysstat.sh is in sysstat 11.6.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | # Enable color output of sar(1) command
if [ -z "${S_COLORS-}" ]; then
S_COLORS=auto
export S_COLORS
fi
|