Date: Sat, 6 Feb 2021 21:34:46 +0000 From: Chris Rees <crees@FreeBSD.org> To: ports@FreeBSD.org Subject: Handling directory ownership in pkg-plist Message-ID: <c6b5e1c6-f925-6df0-862e-76ea83fd80cb@rees.space>
next in thread | raw e-mail | index | archive | help
Hi all, Resurrecting audio/ampache-resurrect, and I have @owner www/@group www above all of the WWWDIR files, and they are correctly owned. However, the directories under it are all still owned by root:wheel, and if I explicitly add them all with @dir pkg then complains about not being able to find them. Would it be unacceptable to just have @exec chown -R www:www %D/%%WWWDIR%% at the bottom? Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c6b5e1c6-f925-6df0-862e-76ea83fd80cb>