From f48dc98dda0108cf1000e6bacfd3f297ebc382f35ae3dcd91997509ca8fd7ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Thu, 24 Feb 2011 12:57:43 +0000 Subject: [PATCH] - bnc#662433 again: added quiet option to pam config, in order to avoid logging, when /etc/cron.allow is missing OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=74 --- cronie-pam_config.diff | 2 +- cronie.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cronie-pam_config.diff b/cronie-pam_config.diff index 89d8b11..037eba9 100644 --- a/cronie-pam_config.diff +++ b/cronie-pam_config.diff @@ -12,7 +12,7 @@ Index: cronie-1.4.4/pam/crond -session include password-auth -auth include password-auth +auth sufficient pam_rootok.so -+account sufficient pam_listfile.so item=user sense=allow file=/etc/cron.allow onerr=succeed ++account sufficient pam_listfile.so item=user sense=allow file=/etc/cron.allow onerr=succeed quiet +auth include common-auth +account include common-account +password include common-password diff --git a/cronie.changes b/cronie.changes index 09fb221..59de016 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 24 12:33:31 UTC 2011 - vcizek@novell.com + +- bnc#662433 again: + added quiet option to pam config, in order to avoid logging, + when /etc/cron.allow is missing + ------------------------------------------------------------------- Thu Jan 6 15:25:44 UTC 2011 - vcizek@novell.com