diff options
author | mat <mat@FreeBSD.org> | 2019-08-14 20:16:12 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-08-14 20:16:12 +0800 |
commit | 3b7cfe0657b6ef8964f3c2ab2d71dd2fc30bb6f0 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /security/openscep | |
parent | aee3074317e0383d11c7115b7a40519f802a8e9c (diff) | |
download | freebsd-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.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 +} +] |