Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] 2021-07-09-systemd-tmpfiles: re-add news item
Date: Mon, 12 Jul 2021 14:42:36
Message-Id: 2f22898e68206ede0dfba80b4c97378ed32988bc.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] 2021-07-09-systemd-tmpfiles: re-add news item by Thomas Deutschmann
1 On Sun, 2021-07-11 at 15:53 +0200, Thomas Deutschmann wrote:
2 >
3 > Furthermore, tmpfiles.d settings are only supposed for creation,
4 > deletion and cleaning of volatile and temporary files. Any package which
5 > will install tmpfiles.d settings which will create files in persistent
6 > locations should be treated like a bug in the package itself (for Gentoo
7 > packagers for example we have keepdir [3] function).
8
9 Not crucial to your main point, but packages that use keepdir under
10 /var/cache (which is persistent) get prodded to use tmpfiles instead:
11
12 https://bugs.gentoo.org/692736