summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-28 04:06:04 +0100
committerSam James <sam@gentoo.org>2022-04-28 04:06:18 +0100
commitff3c6cc6ce46e338f4ad9768adc9bbff4dc7bd93 (patch)
treeacfcd45a408033ec28b51faf9a4ea74ec266c982 /metadata
parentsci-geosciences/gpsd: add 3.24 (diff)
downloadgentoo-ff3c6cc6ce46e338f4ad9768adc9bbff4dc7bd93.tar.gz
gentoo-ff3c6cc6ce46e338f4ad9768adc9bbff4dc7bd93.tar.bz2
gentoo-ff3c6cc6ce46e338f4ad9768adc9bbff4dc7bd93.zip
metadata/install-qa-check.d: fix minor typo in comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r--metadata/install-qa-check.d/60tmpfiles-paths4
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);