diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-24 02:19:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-24 02:19:27 +0000 |
commit | e6b1822cd224cd28a5a2a5eb7d81298876bda84d (patch) | |
tree | f95ae3bf557d6e5da946f2657d32bbcccdd0fdcd | |
parent | Back out last change to make PTHREAD_LIBS and PTHREAD_CFLAGS conditional (diff) |
Change the references to -STABLE and -CURRENT to 4.X and 5.X respectively
as the latter is more new user-friendly.
Notes
Notes:
svn path=/head/; revision=98937
-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 212484ec9b90..6c1949f84888 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 ================================================================================ |