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