diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
commit | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /security/openscep/files/pkg-message.in | |
parent | d2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff) | |
download | freebsd-ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip |
Convert to UCL & cleanup pkg-message (categories s)
Diffstat (limited to 'security/openscep/files/pkg-message.in')
-rw-r--r-- | security/openscep/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/openscep/files/pkg-message.in b/security/openscep/files/pkg-message.in index d8c4dd67b9b0..4c68a3e7d0c4 100644 --- a/security/openscep/files/pkg-message.in +++ b/security/openscep/files/pkg-message.in @@ -1,4 +1,6 @@ -====================================================================== +[ +{ type: install + message: <<EOM You now need to add an alias to apache's httpd.conf pointing to %%PREFIX%%/www/openscep in order to access openscep from your web browser, or create a VirtualHost with DocumentRoot set @@ -11,4 +13,6 @@ into your slapd config (sample of this is at Furthermore, you should add your ldap directory information from %%PREFIX%%/etc/openscep/openscep.ldif and edit DN specific information there before doing ldapadd. -====================================================================== +EOM +} +] |