Added cronie-1.2 template.

--HG--
extra : convert_revision : 12f44d5b115554fcec5b433ecc5d3f35cd3d3ede
This commit is contained in:
Juan RP 2009-03-28 15:30:16 +01:00
parent 9db8097ef1
commit 4bbdf2641e
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- pam/crond.orig 2009-03-28 15:23:30.652684272 +0100
+++ pam/crond 2009-03-28 15:24:21.382420737 +0100
@@ -4,8 +4,5 @@
#
auth sufficient pam_rootok.so
auth required pam_env.so
-auth include system-auth
account required pam_access.so
-account include system-auth
session required pam_loginuid.so
-session include system-auth

18
templates/cronie/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'cronie'
pkgname=cronie
version=1.2
distfiles="http://mmaslano.fedorapeople.org/cronie/cronie-$version.tar.gz"
build_style=gnu_configure
configure_args="--with-inotify --with-daemon_username=crond
--with-daemon_groupname=crond --without-selinux --with-pam"
short_desc="Runs specified programs at scheduled times"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=261280d0143f39643c1e4c6e1fcffc875c35ca6690e20dac99ef5da93ea9616e
long_desc="
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
has security and configuration enhancements like the ability to use PAM and
SELinux."
Add_dependency full glibc
Add_dependency full pam