diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-03 16:43:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-03 16:43:08 +0000 |
commit | e342e18278b673271b2c0e8b41ea83e876d6d92e (patch) | |
tree | e9fe7a950574451e622e56bc13be9ce9d96d9c21 /net/nss_ldap/files | |
parent | C++ logging library. (diff) |
- Use SUB_FILES instead of invoking sed manually to change pkg-message
- Replaces spaces with a tab after OPTIONS
- While here add LICENSE
PR: ports/148925
Submitted by: Sevan Janiyan <venture37 _at_ geeklan.co.uk>
Approved by: Michael Graziano <mikeg _at_ bsd-box.net> (maintainer)
Diffstat (limited to 'net/nss_ldap/files')
-rw-r--r-- | net/nss_ldap/files/pkg-message.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/nss_ldap/files/pkg-message.in b/net/nss_ldap/files/pkg-message.in new file mode 100644 index 000000000000..d3948e1d1302 --- /dev/null +++ b/net/nss_ldap/files/pkg-message.in @@ -0,0 +1,15 @@ +===================================================================== +The nss_ldap module expects to find its configuration files at the +following paths: + +LDAP configuration: %%PREFIX%%/etc/nss_ldap.conf +LDAP secret (optional): %%PREFIX%%/etc/nss_ldap.secret + + +WARNING: For users of previous versions of this port: +WARNING: +WARNING: Previous versions of this port expected configuration files +WARNING: to be located at /etc/ldap.conf and /etc/ldap.secret. You +WARNING: may need to move these configuration files to their new +WARNING: location specified above. +===================================================================== |