From: "Theo de Raadt" Subject: Re: patch: xenocara/fonts/alias: avoid chown dance around fc-cache invocation To: Sebastien Marie Cc: tech@openbsd.org, Matthieu Herrb Date: Sat, 16 May 2026 20:21:28 -0600 I wish you had explained the mechanism, here it is: + su -s /bin/ksh _fc-cache -c \ + "fc-cache -y ${DESTDIR} -s -v /usr/X11R6/lib/X11/fonts" ;\ I'm not a fan of the build infrastructure using su to additional users.