cronie: update to 1.4.7.

This commit is contained in:
Juan RP 2011-06-03 07:47:49 +02:00
parent 6997d08915
commit 53f0fa960b
1 changed files with 8 additions and 4 deletions

View File

@ -1,14 +1,16 @@
# Template file for 'cronie' # Template file for 'cronie'
pkgname=cronie pkgname=cronie
version=1.4.6 version=1.4.7
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz" distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
--with-daemon_username=nobody --with-daemon_groupname=nobody --with-daemon_username=nobody --with-daemon_groupname=nobody
--localstatedir=/var" --localstatedir=/var"
short_desc="Runs specified programs at scheduled times" short_desc="Runs specified programs at scheduled times"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4435484c28a4452ee37db27182675660cdebf16d8956771b28c8a6f2e9c8048b homepage="https://fedorahosted.org/cronie/"
license="BSD"
checksum=83bae15ae5504454ba74f4142f5db3aa22be594327fea19d2534f65803137fbd
long_desc=" long_desc="
Cronie contains the standard UNIX daemon crond that runs specified programs at Cronie contains the standard UNIX daemon crond that runs specified programs at
scheduled times and related tools. It is based on the original cron and scheduled times and related tools. It is based on the original cron and
@ -18,6 +20,8 @@ long_desc="
keep_empty_dirs=yes keep_empty_dirs=yes
conf_files="/etc/crontab" conf_files="/etc/crontab"
openrc_services="crond default true" openrc_services="crond default true"
provides="syslog-daemon-0"
replaces="syslog-daemon>=0"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run pam Add_dependency run pam