From 81785f0dfeb0da0a510bb1fc6eed5f0b1ab93072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 14 Oct 2005 10:23:11 +0000 Subject: [PATCH] - use include instead of pam_stack in pam config --- postgresql.pam | 2 +- postgresql.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/postgresql.pam b/postgresql.pam index ac6df7d..2630c7f 100644 --- a/postgresql.pam +++ b/postgresql.pam @@ -1,2 +1,2 @@ #%PAM-1.0 -auth required pam_stack.so service=system-auth +auth include system-auth diff --git a/postgresql.spec b/postgresql.spec index acee83f..3d0a1a0 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -829,6 +829,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Oct 14 2005 Tomas Mraz +- use include instead of pam_stack in pam config + * Tue Oct 4 2005 Tom Lane 8.0.4-2 - Add rpath to plperl.so (bug #162198)