Closed itzg closed 6 years ago
This was needed since a Fedora 27 build slave had an /etc/issue that contained only the placeholders to be processed by motd:
/etc/issue
motd
\S Kernel \r on an \m (\l)
All Redhat variants and clones (RHEL, Fedora, CentOS) support the /etc/redhat-release mechanism.
/etc/redhat-release
FYI, I confirmed the elseif syntax here https://cmake.org/cmake/help/v3.2/manual/cmake-language.7.html#conditional-blocks
elseif
This was needed since a Fedora 27 build slave had an
/etc/issue
that contained only the placeholders to be processed bymotd
:All Redhat variants and clones (RHEL, Fedora, CentOS) support the
/etc/redhat-release
mechanism.