commit: ff3c6cc6ce46e338f4ad9768adc9bbff4dc7bd93 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 28 03:06:04 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 28 03:06:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3c6cc6
metadata/install-qa-check.d: fix minor typo in comment Signed-off-by: Sam James <sam <AT> gentoo.org> metadata/install-qa-check.d/60tmpfiles-paths | 4 ++-- 1 file 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 <[email protected]> # Maintainer: Georgy Yakovlev <[email protected]> -# 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);
