Currently if you put a file in:
/run/console-login-helper-messages/motd.d/30_foo.motd
/etc/console-login-helper-messages/motd.d/30_foo.motd
Then the contents of both files will get printed. Basically we don't allow for things to be overridden or canceled out, we just include it all.
This will probably be solved when we move to the native implementations of motd.d (#60) and issue.d (#7).
Currently if you put a file in:
/run/console-login-helper-messages/motd.d/30_foo.motd/etc/console-login-helper-messages/motd.d/30_foo.motdThen the contents of both files will get printed. Basically we don't allow for things to be overridden or canceled out, we just include it all.
This will probably be solved when we move to the native implementations of motd.d (#60) and issue.d (#7).