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/openssl-unsafe/files/pkg-message.in | |
parent | Convert to UCL & cleanup pkg-message (categories [p-r]) (diff) |
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes:
svn path=/head/; revision=508909
Diffstat (limited to 'security/openssl-unsafe/files/pkg-message.in')
-rw-r--r-- | security/openssl-unsafe/files/pkg-message.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/openssl-unsafe/files/pkg-message.in b/security/openssl-unsafe/files/pkg-message.in index faa27e6e382d..c19b0d5785ef 100644 --- a/security/openssl-unsafe/files/pkg-message.in +++ b/security/openssl-unsafe/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM /!\ ================================ /!\ ============================== /!\ /!\ /!\ /!\ This openssl version is for security testing/scanning purposes only /!\ @@ -5,4 +8,6 @@ /!\ DO NOT USE FOR PRODUCTION PURPOSES /!\ /!\ /!\ /!\ ================================ /!\ ============================== /!\ - +EOM +} +] |