From df50c9413a5ef3829a1a2a8e5bb54d826beae21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 7 Oct 2005 11:52:21 +0000 Subject: [PATCH] - use include instead of pam_stack in pam config --- mtr.spec | 5 ++++- xmtr.pam | 8 +++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/mtr.spec b/mtr.spec index 6d09fb2..bb6d638 100644 --- a/mtr.spec +++ b/mtr.spec @@ -1,7 +1,7 @@ Summary: A network diagnostic tool. Name: mtr Version: 0.69 -Release: 4 +Release: 5 Epoch: 2 Group: Applications/Internet License: GPL @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/mtr_icon.xpm %changelog +* Fri Oct 7 2005 Tomas Mraz 2:0.69-5 +- use include instead of pam_stack in pam config + * Mon Sep 05 2005 Phil Knirsch 2:0.69-4 - Made the output, especially for reports much more readable (#147865) - Fixed --address option (#162029) diff --git a/xmtr.pam b/xmtr.pam index b8509ef..c7d67e3 100644 --- a/xmtr.pam +++ b/xmtr.pam @@ -1,6 +1,4 @@ #%PAM-1.0 -auth sufficient pam_rootok.so -auth required pam_stack.so service=system-auth -session required pam_permit.so -session optional pam_xauth.so -account required pam_permit.so +auth include config-util +account include config-util +session include config-util