aboutsummaryrefslogtreecommitdiffstats
path: root/security/openscep
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2019-08-14 20:16:12 +0800
committermat <mat@FreeBSD.org>2019-08-14 20:16:12 +0800
commit3b7cfe0657b6ef8964f3c2ab2d71dd2fc30bb6f0 (patch)
treed93b56c802078ea422367abc82bd53ab1780d10b /security/openscep
parentaee3074317e0383d11c7115b7a40519f802a8e9c (diff)
downloadfreebsd-ports-gnome-3b7cfe0657b6ef8964f3c2ab2d71dd2fc30bb6f0.tar.gz
freebsd-ports-gnome-3b7cfe0657b6ef8964f3c2ab2d71dd2fc30bb6f0.tar.zst
freebsd-ports-gnome-3b7cfe0657b6ef8964f3c2ab2d71dd2fc30bb6f0.zip
Convert to UCL & cleanup pkg-message (categories s)
Diffstat (limited to 'security/openscep')
-rw-r--r--security/openscep/files/pkg-message.in8
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
+}
+]