90832a935f
- Update to 1.7.0: * anacron: Add support for NO_MAIL_OUTPUT environment variable * anacron: Support enabling anacron jobs on battery power * crond: Support -n crontab entry option to disable mailing the output * crontab: Make a backup of the crontab file on edition and deletion OBS-URL: https://build.opensuse.org/request/show/1125172 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=212
15 lines
528 B
Diff
15 lines
528 B
Diff
---
|
|
pam/crond | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: cronie-cronie-1.7.0/pam/crond
|
|
===================================================================
|
|
--- cronie-cronie-1.7.0.orig/pam/crond
|
|
+++ cronie-cronie-1.7.0/pam/crond
|
|
@@ -10,4 +10,4 @@ auth include common-auth
|
|
account include common-account
|
|
password include common-password
|
|
session optional pam_keyinit.so force revoke
|
|
-session include common-session
|
|
+session include common-session-nonlogin
|