diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
commit | a400cfc5f46c03a0cf81282b9da421effa2e6575 (patch) | |
tree | 52d5682fe0ddfd9719ad88509dd106971d37a538 /www/mod_security | |
parent | dd7978499be0f1c0244638e237b7d72774f06919 (diff) | |
download | freebsd-ports-a400cfc5f46c03a0cf81282b9da421effa2e6575.zip |
Convert to UCL & cleanup pkg-message (categories w)
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/files/pkg-message.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/mod_security/files/pkg-message.in b/www/mod_security/files/pkg-message.in index 1e5c0a04fddc..57ce54e1491e 100644 --- a/www/mod_security/files/pkg-message.in +++ b/www/mod_security/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM You have installed ModSecurity. To enable ModSecurity in Apache, follow the instructions in @@ -6,3 +8,6 @@ To enable ModSecurity in Apache, follow the instructions in Most users will use the signatures from the OWASP Core Rule Set (CRS). For configuration instructions, see %%DOCSDIR%%/README. +EOM +} +] |