From 4bbdf2641ea48deb03d88c5ff447c07d7df500f7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 28 Mar 2009 15:30:16 +0100 Subject: [PATCH] Added cronie-1.2 template. --HG-- extra : convert_revision : 12f44d5b115554fcec5b433ecc5d3f35cd3d3ede --- templates/cronie/install.diff | 11 +++++++++++ templates/cronie/template | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 templates/cronie/install.diff create mode 100644 templates/cronie/template diff --git a/templates/cronie/install.diff b/templates/cronie/install.diff new file mode 100644 index 00000000000..58a4303592b --- /dev/null +++ b/templates/cronie/install.diff @@ -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 diff --git a/templates/cronie/template b/templates/cronie/template new file mode 100644 index 00000000000..ad5752869f2 --- /dev/null +++ b/templates/cronie/template @@ -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 " +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