diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-24 10:19:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-24 10:19:27 +0800 |
commit | ac8125fd679bf7f2a05556e9a0feffe269845e48 (patch) | |
tree | 8cefaa25c8e723b2f9e85a1e7e7cb237f0df82ae | |
parent | 1da464a7d37ca5674ea77e9a99a1981a24716d74 (diff) | |
download | freebsd-ports-graphics-ac8125fd679bf7f2a05556e9a0feffe269845e48.tar.gz freebsd-ports-graphics-ac8125fd679bf7f2a05556e9a0feffe269845e48.tar.zst freebsd-ports-graphics-ac8125fd679bf7f2a05556e9a0feffe269845e48.zip |
Change the references to -STABLE and -CURRENT to 4.X and 5.X respectively
as the latter is more new user-friendly.
-rw-r--r-- | security/pam_ldap/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_ldap/pkg-message b/security/pam_ldap/pkg-message index 212484ec9b9..6c1949f8488 100644 --- a/security/pam_ldap/pkg-message +++ b/security/pam_ldap/pkg-message @@ -1,8 +1,8 @@ ================================================================================ Copy %%PREFIX%%/etc/ldap.conf.dist to %%PREFIX%%/etc/ldap.conf, then edit %%PREFIX%%/etc/ldap.conf in order to use this module. Add a line similar to -the following to /etc/pam.conf on -STABLE, or create an /etc/pam.d/ldap -on -CURRENT with a line similar to the following: +the following to /etc/pam.conf on 4.X, or create an /etc/pam.d/ldap +on 5.X with a line similar to the following: login auth sufficient %%PREFIX%%/lib/pam_ldap.so ================================================================================ |