From 105851ae3b0525286da8896ffe8fc56cd7e36437 Mon Sep 17 00:00:00 2001 From: Kamil Smardzewski Date: Sun, 13 Jun 2021 18:12:32 +0200 Subject: [PATCH] fcron: add info about enabling daily, hourly etc. cron jobs --- srcpkgs/fcron/files/README.voidlinux | 5 +++++ srcpkgs/fcron/template | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/fcron/files/README.voidlinux diff --git a/srcpkgs/fcron/files/README.voidlinux b/srcpkgs/fcron/files/README.voidlinux new file mode 100644 index 000000000000..9d35e4c0b2f2 --- /dev/null +++ b/srcpkgs/fcron/files/README.voidlinux @@ -0,0 +1,5 @@ +If you have not yet configured a crontab for systab user and want to run jobs +configured in /etc/cron.{daily,hourly,monthly,weekly}, you need to execute +the following command which will install the appropriate crontab: + + # fcrontab -z -u systab diff --git a/srcpkgs/fcron/template b/srcpkgs/fcron/template index 11efd44b0bbd..11165cb2b188 100644 --- a/srcpkgs/fcron/template +++ b/srcpkgs/fcron/template @@ -1,7 +1,7 @@ # Template file for 'fcron' pkgname=fcron version=3.3.0 -revision=5 +revision=6 build_style=gnu-configure configure_args=" --sysconfdir=/etc/fcron @@ -72,4 +72,6 @@ post_install() { mv $DESTDIR/usr/share/doc/${pkgname}{-${version},} vsv fcron + + vdoc $FILESDIR/README.voidlinux }