New comment by cinerea0 on void-packages repository https://github.com/void-linux/void-packages/pull/31320#issuecomment-856824202 Comment: One thing I just noticed while going over [the manual installation instructions](https://git.sr.ht/~kennylevinsen/greetd#manually-from-source) is this: ``` # Create the greeter user sudo useradd -M -G video greeter sudo chown -R greeter:greeter /etc/greetd/ ``` Does xbps-src have a mechanism for changing the owner of a directory, and if it does is it even necessary here? I'm using greetd + tuigreet right now and that directory and its contents being owned by root doesn't seem to negatively affect it.