Bugzilla – Bug 1216676
User specific drop-in directory has the wrong name
Last modified: 2023-11-24 16:42:03 UTC
# rpm -qp systemd-254.5-3.1.x86_64.rpm -lv | fgrep /etc/systemd/user.conf drwxr-xr-x 2 root root 0 Oct 26 21:16 /etc/systemd/user.confd.d As you can see, this should be named "user.conf.d"!
bisect on Base:System/systemd: files.systemd: 1464 (fbui 2023-10-19 14:27:22 38) %dir %{_sysconfdir}/systemd/user.confd.d r1464 | fbui | 2023-10-19 14:27:22 | f60694ed66a11bccb488bd4259f9591d | 254.5 | - Ship the main configuration files in /usr/lib/ Besides the fact that shipping files in /etc is not recommended anymore, this change will hopefully encourage users to customize the defaults via the mean of drop-ins hence removing the risk of conflicts with downstream customization. In contrary, shipping empty directories *.conf.d/ in /etc is not a concern and should suggest users to create drop-ins (bug 1207056).
Oh no... I'll fix it ASAP, sorry for the troubles.
Fix submitted: https://build.opensuse.org/request/show/1121115 Thanks for the quick report.