Artix Linux Forum

Artix Linux => Package management => Topic started by: remph on 13 December 2024, 04:39:41

Title: Dangling symlinks in artix-archlinux-support
Post by: remph on 13 December 2024, 04:39:41
(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
?
Title: Re: Dangling symlinks in artix-archlinux-support
Post by: Dudemanguy on 13 December 2024, 06:03:29
You are correct. Updated it just now. Thanks for reporting.