cronie: update to 1.4.3.
--HG-- extra : convert_revision : b0102e20f3339d03034839e64776ef252f69ec6f
This commit is contained in:
parent
fade7eedbd
commit
b7c2c89d1d
2 changed files with 12 additions and 14 deletions
|
@ -1,11 +1,9 @@
|
|||
--- 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 @@
|
||||
--- pam/crond.orig 2010-02-17 20:59:59.390517284 +0100
|
||||
+++ pam/crond 2010-02-17 21:01:10.996517787 +0100
|
||||
@@ -4,6 +4,4 @@
|
||||
#
|
||||
auth sufficient pam_rootok.so
|
||||
auth required pam_env.so
|
||||
-auth include system-auth
|
||||
# No PAM authentication called, auth modules not needed
|
||||
account required pam_access.so
|
||||
-account include system-auth
|
||||
-account include password-auth
|
||||
session required pam_loginuid.so
|
||||
-session include system-auth
|
||||
-session include password-auth
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.4.1
|
||||
revision=1
|
||||
distfiles="http://xbps.nopcode.org/distfiles/cronie-$version.tar.gz"
|
||||
version=1.4.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
|
||||
--with-daemon_username=nobody --with-daemon_groupname=nobody
|
||||
--localstatedir=/var"
|
||||
short_desc="Runs specified programs at scheduled times"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=269c7ea3d91d4c4cc54fce5b40a9bf2df1489928825b1d1cae711bb8aac621d6
|
||||
checksum=3f498ad156bdf0f5fe3c619f3e13c0b07ccaf4bd921c86c526fe1de7b86fccae
|
||||
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
|
||||
|
@ -20,9 +19,10 @@ keep_empty_dirs=yes
|
|||
conf_files="/etc/crontab"
|
||||
openrc_services="crond default"
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency full pam
|
||||
Add_dependency run glibc
|
||||
Add_dependency run pam
|
||||
Add_dependency full run-parts
|
||||
Add_dependency build pam-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue