diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-05-01 02:37:56 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-05-01 02:37:56 +0000 |
commit | e33234ed7c533edf68a756f2fd98f15e1d02501f (patch) | |
tree | f9586127c3375c262a37915f7fe12d9bd62736ce /security/pam-pwauth_suid/MESSAGE | |
parent | e7f6e03d7573c145b98b8c9ba778bea91ae41b45 (diff) | |
download | pkgsrc-e33234ed7c533edf68a756f2fd98f15e1d02501f.tar.gz |
pam-pwauth_suid: add an additional detail to the MESSAGE file
Right now, a user installing xscreensaver with the "pam" option will
see two messages about how to configure it, one of which comes from
this package. This needs to be disentangled properly, but there are
some broader questions that also apply to gnome-screensaver and mate-
screensaver, so for now, add a bit more detail here just in case. (This
relates to, but doesn't particularly address, PR pkg/50622.)
Diffstat (limited to 'security/pam-pwauth_suid/MESSAGE')
-rw-r--r-- | security/pam-pwauth_suid/MESSAGE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam-pwauth_suid/MESSAGE b/security/pam-pwauth_suid/MESSAGE index 73a834782cf..c7254fc077e 100644 --- a/security/pam-pwauth_suid/MESSAGE +++ b/security/pam-pwauth_suid/MESSAGE @@ -1,6 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2008/07/17 18:00:58 drochner Exp $ +$NetBSD: MESSAGE,v 1.3 2019/05/01 02:37:56 gutteridge Exp $ +In order to make unlocking work, you need to add an appropriate file +to your pam configuration directory (usually /etc/pam.d). A sample pam.d file for xscreensaver can be found in ${PREFIX}/share/examples/pam-pwauth_suid =========================================================================== |