From 8cb1b4f06cf2d93fa8f50f02345f715e2d582c3f 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 | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 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 -maintainer="Orphaned " -license="GPL-2" -homepage="https://github.com/zfsonlinux/zfs-auto-snapshot" short_desc="ZFS automatic snapshot service" +maintainer="Orphaned " +license="GPL-2.0-only" +homepage="https://github.com/zfsonlinux/zfs-auto-snapshot" 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