From a2b7ea043bf20bd18232ce6cf5f06a76c09d28ea Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 14 Jan 2005 19:57:27 +0000 Subject: [PATCH] Instruct 4.x users to append the sample gnomesu-pam to /etc/pam.conf, not put it into /etc/pam.d. --- security/libgnomesu/pkg-message | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/libgnomesu/pkg-message b/security/libgnomesu/pkg-message index def29979104f..f2fe9a5a4a3a 100644 --- a/security/libgnomesu/pkg-message +++ b/security/libgnomesu/pkg-message @@ -6,8 +6,7 @@ any further work. To utilize the PAM support, however, you must perform the following: On 4.x: - cp %%EXAMPLESDIR%%/gnomesu-pam.4.x.sample \ - /etc/pam.d/gnomesu-pam + cat %%EXAMPLESDIR%%/gnomesu-pam.4.x.sample >> /etc/pam.conf On 5.x: cp %%EXAMPLESDIR%%/gnomesu-pam.5.x.sample \