aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_openidc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:09 +0000
commita400cfc5f46c03a0cf81282b9da421effa2e6575 (patch)
tree52d5682fe0ddfd9719ad88509dd106971d37a538 /www/mod_auth_openidc
parentdd7978499be0f1c0244638e237b7d72774f06919 (diff)
downloadports-a400cfc5f46c03a0cf81282b9da421effa2e6575.tar.gz
ports-a400cfc5f46c03a0cf81282b9da421effa2e6575.zip
Notes
Diffstat (limited to 'www/mod_auth_openidc')
-rw-r--r--www/mod_auth_openidc/files/pkg-message.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/mod_auth_openidc/files/pkg-message.in b/www/mod_auth_openidc/files/pkg-message.in
index 17b27c4c3282..246fa143344c 100644
--- a/www/mod_auth_openidc/files/pkg-message.in
+++ b/www/mod_auth_openidc/files/pkg-message.in
@@ -1,7 +1,11 @@
-===========================================================================
+[
+{ type: install
+ message: <<EOM
Please add the following to %%PREFIX%%/%%APACHEETCDIR%%/httpd.conf:
LoadModule auth_openidc_module %%APACHEMODDIR%%/mod_auth_openidc.so
Then update the following config file with your settings:
%%PREFIX%%/%%APACHEETCDIR%%/Includes/auth_openidc.conf
-===========================================================================
+EOM
+}
+]