From 0a89ed91eae3434ac6f39372b764936fd70b685f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Oct 2011 17:07:50 +0200 Subject: [PATCH] dcron: added virtualpkg.d plist file. --- srcpkgs/dcron/files/dcron.virtualpkgd | 13 +++++++++++++ srcpkgs/dcron/template | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/dcron/files/dcron.virtualpkgd diff --git a/srcpkgs/dcron/files/dcron.virtualpkgd b/srcpkgs/dcron/files/dcron.virtualpkgd new file mode 100644 index 0000000000..4ae5747d58 --- /dev/null +++ b/srcpkgs/dcron/files/dcron.virtualpkgd @@ -0,0 +1,13 @@ + + + + + + virtual-pkgver + cron-daemon-0 + target-pkgpattern + dcron>=0 + + diff --git a/srcpkgs/dcron/template b/srcpkgs/dcron/template index 38806ad11f..542c53de8f 100644 --- a/srcpkgs/dcron/template +++ b/srcpkgs/dcron/template @@ -1,7 +1,7 @@ # Template file for 'dcron' pkgname=dcron version=4.5 -revision=4 +revision=5 distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz" build_style=custom-install short_desc="Dillon's lightweight cron daemon" @@ -43,6 +43,7 @@ do_install() install -Dm644 extra/crond.logrotate ${DESTDIR}/etc/logrotate.d/crond vinstall ${FILESDIR}/dcron.service 644 lib/systemd/system + vinstall ${FILESDIR}/dcron.virtualpkgd 644 etc/xbps/virtualpkg.d dcron # crontab must be setuid for all users to work! chmod 4755 ${DESTDIR}/usr/bin/crontab