diff options
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/install-qa-check.d/60tmpfiles-paths | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/install-qa-check.d/60tmpfiles-paths b/metadata/install-qa-check.d/60tmpfiles-paths index 1d46cab6ecc0..049f73aaf07d 100644 --- a/metadata/install-qa-check.d/60tmpfiles-paths +++ b/metadata/install-qa-check.d/60tmpfiles-paths @@ -1,11 +1,11 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # QA check: ensure that packages installing tmpfiles configuration inherit the eclass # Maintainer: Sam James <sam@gentoo.org> # Maintainer: Georgy Yakovlev <gyakovlev@gentoo.org> -# Implements two checks: +# Implements three checks: # 1) Installation to /etc/tmpfiles.d (which is a user-customization location); # 2) Installation of any tmpfiles to /usr/lib/tmpfiles.d without inheriting the eclass # (needed for tmpfiles_process in pkg_postinst); |