From 67a103cdbb3eb682ade63ec426a69b7f2a71d5b9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Oct 2011 17:09:49 +0200 Subject: [PATCH] cronie: added virtualpkg.d plist file. --- srcpkgs/cronie/files/cronie.virtualpkgd | 13 +++++++++++++ srcpkgs/cronie/template | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/cronie/files/cronie.virtualpkgd diff --git a/srcpkgs/cronie/files/cronie.virtualpkgd b/srcpkgs/cronie/files/cronie.virtualpkgd new file mode 100644 index 00000000000..ff33baf8a33 --- /dev/null +++ b/srcpkgs/cronie/files/cronie.virtualpkgd @@ -0,0 +1,13 @@ + + + + + + virtual-pkgver + cron-daemon-0 + target-pkgpattern + cronie>=0 + + diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template index fce386b6acf..f76d457457f 100644 --- a/srcpkgs/cronie/template +++ b/srcpkgs/cronie/template @@ -1,7 +1,7 @@ # Template file for 'cronie' pkgname=cronie version=1.4.8 -revision=2 +revision=3 distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz" build_style=gnu_configure configure_args="--with-inotify --without-selinux --with-pam --disable-anacron @@ -40,7 +40,8 @@ post_install() vinstall ${FILESDIR}/crond.logrotate 644 etc/logrotate.d crond rm -f ${DESTDIR}/etc/pam.d/crond vinstall ${FILESDIR}/crond.pam 644 etc/pam.d crond - + vinstall ${FILESDIR}/cronie.virtualpkgd \ + 644 etc/xbps/virtualpkg.d cronie # Add /etc/cron.deny empty, to allow all users. touch ${DESTDIR}/etc/cron.deny chmod 644 ${DESTDIR}/etc/cron.deny