freebsd-ports/sysutils/ldap-account-manager/files/pkg-message.in
Muhammad Moinur Rahman 127744ca10 sysutils/ldap-account-manager: Refactor
- Replace SED with SHEBANG_FILES
- Replace @preexec/@postexec with relevant keywords [1]
- Change pkg-message to respect PREFIX

Reported by:	bapt [1]
2023-04-21 21:37:16 +02:00

22 lines
441 B
Text

[
{ type: install
message: <<EOM
******************************************************************************
You should add the following to your Apache configuration file:
Alias /lam %%PREFIX%%/www/lam
<Directory %%PREFIX%%/www/lam>
Options +FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.html
</Directory>
******************************************************************************
EOM
}
]