Skip to main content
Topic: Dangling symlinks in artix-archlinux-support (Read 144 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Dangling symlinks in artix-archlinux-support

(not sure if this is the right place to ask this)

The artix-archlinux-support package has symlinks:
Code: [Select]
/usr/bin/systemd-sysusers -> /usr/bin/sysusers
/usr/bin/systemd-tmpfiles -> /usr/bin/tmpfiles
which on my system point to nothing. Shouldn't these instead be
Code: [Select]
/usr/bin/systemd-sysusers -> /usr/bin/esysusers
/usr/bin/systemd-tmpfiles -> /usr/bin/etmpfiles
?

 

Re: Dangling symlinks in artix-archlinux-support

Reply #1
You are correct. Updated it just now. Thanks for reporting.