summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-21 11:27:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-21 11:27:08 -0300
commit840283e9012eff70d83361c5ae058c4fb855979e (patch)
treea0f93f9812348b55c9dfbf1cc6b81eba78caf6ee /core
parent93c61adf5995517ceecb6308255ff7fb85d59fcb (diff)
parentf02c28de0bbcb85e152fc19d0008805021fe1a33 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/ascii/PKGBUILD extra/gnome-utils/PKGBUILD extra/libmodplug/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/rox/PKGBUILD extra/totem/PKGBUILD kde-unstable/calligra/PKGBUILD multilib/lib32-gtk2/PKGBUILD multilib/lib32-libcups/PKGBUILD multilib/zsnes/PKGBUILD testing/perl-compress-bzip2/PKGBUILD
Diffstat (limited to 'core')
-rw-r--r--core/cronie/PKGBUILD4
-rw-r--r--core/cronie/pam.d7
2 files changed, 7 insertions, 4 deletions
diff --git a/core/cronie/PKGBUILD b/core/cronie/PKGBUILD
index 3cb1345b9..6d450f7ab 100644
--- a/core/cronie/PKGBUILD
+++ b/core/cronie/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='cronie'
pkgver=1.4.7
-pkgrel=8
+pkgrel=9
pkgdesc='Daemon that runs specified programs at scheduled times and related tools'
url='https://fedorahosted.org/cronie/'
license=('custom:BSD')
@@ -19,7 +19,7 @@ source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.t
sha1sums=('c6644ba0e58bcb14e0bb3f925e3e8cc3f0d47a7f'
'0f279b8fb820340267d578dc85511c980715f91e'
'4059bc4ccb75f08b0d4970940799e5d9722b339f'
- '6d8aef6880935b3dcc3e28481111d036544eeae5'
+ '5eff7fb31f6bc0a924243ff046704726cf20c221'
'c08c040ed5cb12bc4fd15639a5242d31ec247ef5')
backup=('etc/crontab'
diff --git a/core/cronie/pam.d b/core/cronie/pam.d
index 094051b5e..9a254ebc0 100644
--- a/core/cronie/pam.d
+++ b/core/cronie/pam.d
@@ -1,7 +1,10 @@
+auth required pam_unix.so
+auth required pam_env.so
+
account required pam_access.so
-account required pam_time.so
account required pam_unix.so
+account required pam_time.so
+session required pam_loginuid.so
session required pam_limits.so
-session required pam_env.so
session required pam_unix.so