On 3/8/23 06:45, Neal Becker wrote:
Running todays dnf update I saw:

usr/lib/tmpfiles.d/sddm.conf:6: Line references path below legacy directory
/var/run/, updating /var/run/sddm → /run/sddm; please update
the tmpfiles.d/ drop-in file accordingly.

Any ideas what this is about?

Hi Neal,

Historically, "/run" was beneath "/var" but has been promoted to its own root level space. At least so far programs still using the historical location continue to run but are advised to change the caller to use /run instead. It's less a warning than an advisement.

It's easy to change the location if it's referred to in something like a systemd .service file because they are text. If it's hard coded it has to be changed by the maintainer or developer.

Mike Wright
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to