From 8d98a418efc43b6247211da2ea80f1ed7f2e790f Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Oct 10 2005 11:27:54 +0000 Subject: - use include instead of pam_stack in pam config --- diff --git a/screen.pam b/screen.pam index 1c15976..143c372 100644 --- a/screen.pam +++ b/screen.pam @@ -1,2 +1,2 @@ #%PAM-1.0 -auth required pam_stack.so service=system-auth +auth include system-auth diff --git a/screen.spec b/screen.spec index 782670c..6992c08 100644 --- a/screen.spec +++ b/screen.spec @@ -171,6 +171,9 @@ fi %config /etc/pam.d/screen %changelog +* Mon Oct 10 2005 Tomas Mraz - 4.0.2-10 +- use include instead of pam_stack in pam config + * Fri May 27 2005 Bill Nottingham - 4.0.2-9 - don't use utmp group for socket dir; use a dedicated screen gid