From b90b5225b63bb0664101a18e06a6037766b6f1c5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 20 Jan 2020 10:58:15 -0500 Subject: [PATCH] zfs-auto-snapshot: crontab improvements --- srcpkgs/zfs-auto-snapshot/template | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/srcpkgs/zfs-auto-snapshot/template b/srcpkgs/zfs-auto-snapshot/template index 2b6ecfc7caf..113dfd3c30b 100644 --- a/srcpkgs/zfs-auto-snapshot/template +++ b/srcpkgs/zfs-auto-snapshot/template @@ -1,16 +1,23 @@ # Template file for 'zfs-auto-snapshot' pkgname=zfs-auto-snapshot version=1.2.4 -revision=1 +revision=2 +archs=noarch wrksrc="${pkgname}-upstream-${version}" build_style=gnu-makefile +short_desc="ZFS automatic snapshot service" maintainer="Orphaned " -license="GPL-2" +license="GPL-2.0-only" homepage="https://github.com/zfsonlinux/zfs-auto-snapshot" -short_desc="ZFS automatic snapshot service" distfiles="${homepage}/archive/upstream/${version}.tar.gz" checksum=307f71f748cacf5149532891dc3174365a4494337d9cfc8e619d9038080f3e9b -archs=noarch +conf_files="/etc/cron.*/zfs-auto-snapshot" + +pre_install() { + # The "frequent" crontab contais a PATH= directive, which is not + # supported with the dcron package and is otherwise unnecessary + vsed -i 's/^PATH=/#PATH=/' etc/zfs-auto-snapshot.cron.frequent +} post_install() { mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin