diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 08:48:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 08:48:50 +0000 |
commit | 2614c95748849af51db4a047984962d7f2a37685 (patch) | |
tree | addeee8776a490f5b6df5a64905199a263728c1d /net/nss-pam-ldapd | |
parent | 08ca3957d92cb1992edd58fffd74389ba73b8f14 (diff) |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
Notes
Notes:
svn path=/head/; revision=508903
Diffstat (limited to 'net/nss-pam-ldapd')
-rw-r--r-- | net/nss-pam-ldapd/files/pkg-message.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/nss-pam-ldapd/files/pkg-message.in b/net/nss-pam-ldapd/files/pkg-message.in index 8a60fbe3ac54..937ca43b9c27 100644 --- a/net/nss-pam-ldapd/files/pkg-message.in +++ b/net/nss-pam-ldapd/files/pkg-message.in @@ -1,5 +1,6 @@ -===================================================================== - +[ +{ type: install + message: <<EOM LDAP and nslcd daemon parameters should be set in: %%CONFIG_FILE%%. @@ -16,4 +17,6 @@ If you also want to supervise the nslcd daemon add nslcd_supervisor="YES" to rc.conf as well. See the comments in %%PREFIX%%/etc/rc.d/nslcd for additional tunables. -===================================================================== +EOM +} +] |