When /var/run is a tmpfs and update_motd="NO",
/var/run/motd will not be created and if manually
created, will not persist after reboot.
Change motd rc script to always run.
Use update_motd variable to decide if version info should be prepended or not.
PR: 250081