We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/run/motd.d
See https://bugzilla.redhat.com/show_bug.cgi?id=2120544 and https://src.fedoraproject.org/rpms/console-login-helper-messages/pull-request/12.
Some distributions already ship the following tmpfiles.d config:
d /run/motd.d - - - - -
Thus leading to noise in the journal:
/usr/lib/tmpfiles.d/setup.conf:2: Duplicate line for path "/run/motd.d", ignoring.
So we need to add a condition or another target to the Makefile to install that optionally.
The text was updated successfully, but these errors were encountered:
The idea for this issue is that we want to be able to remove this line (https://src.fedoraproject.org/rpms/console-login-helper-messages/blob/rawhide/f/console-login-helper-messages.spec#_90) from the CLHM specfile in Fedora while adding an option or another make target to install fr other distributions.
Sorry, something went wrong.
No branches or pull requests
See https://bugzilla.redhat.com/show_bug.cgi?id=2120544 and https://src.fedoraproject.org/rpms/console-login-helper-messages/pull-request/12.
Some distributions already ship the following tmpfiles.d config:
Thus leading to noise in the journal:
So we need to add a condition or another target to the Makefile to install that optionally.
The text was updated successfully, but these errors were encountered: