From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04DF3138359 for ; Mon, 28 Sep 2020 10:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C80E0855; Mon, 28 Sep 2020 10:10:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AE3DE084E for ; Mon, 28 Sep 2020 10:10:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD61F3407E0 for ; Mon, 28 Sep 2020 10:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55337339 for ; Mon, 28 Sep 2020 10:10:56 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1601287771.ee3b9fc019f48d86bad49a5bb1e60178249f7975.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-auto-snapshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs-auto-snapshot/metadata.xml sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild X-VCS-Directories: sys-fs/zfs-auto-snapshot/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ee3b9fc019f48d86bad49a5bb1e60178249f7975 X-VCS-Branch: master Date: Mon, 28 Sep 2020 10:10:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9968d6c2-0472-44cb-8d79-00df44857998 X-Archives-Hash: 40c30ef5d73253070f0ab9c100b69802 commit: ee3b9fc019f48d86bad49a5bb1e60178249f7975 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Sep 28 10:09:02 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Sep 28 10:09:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3b9fc0 sys-fs/zfs-auto-snapshot: fix minor qa issues Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> sys-fs/zfs-auto-snapshot/metadata.xml | 2 +- sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/zfs-auto-snapshot/metadata.xml b/sys-fs/zfs-auto-snapshot/metadata.xml index c5c19289388..3e7ea4e0074 100644 --- a/sys-fs/zfs-auto-snapshot/metadata.xml +++ b/sys-fs/zfs-auto-snapshot/metadata.xml @@ -15,7 +15,7 @@ snapshots if it is installed. - Install /etc/cron.* files and pull in vritual/cron + Install /etc/cron.* files Only take snapshots of datasets with com.sun:auto-snapshot=true property set diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild index b1c288f934d..b17e57c0c4e 100644 --- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild +++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild @@ -43,7 +43,7 @@ src_install() { exclude="$(usev default-exclude)" for unit in "${PN}"{-daily,-frequent,-hourly,-monthly,-weekly}.service; do cp "${FILESDIR}/${unit}" "${T}/${unit}" || die - eprefixify "${T}/${unit}" + eprefixify "${T}/${unit}" sed -i "s/@DEFAULT_EXCLUDE@/${exclude:+--default-exclude}/g" "${T}/${unit}" || die systemd_dounit "${T}/${unit}" done