blob: 4a11c095cbc6589eccb65d6991210b8ffa45737d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
[
{ type: install
message: <<EOM
This port needs a password hash database that is to be downloaded with
the following command:
pwned-check -u
The database files will be installed into /var/db/pwned-check by default.
This directory can be changed in %%PREFIX%%/etc/pwned-check.conf.
The installation procedure will fetch 6 GB of compressed data and will
temporarily need 18 GB of free space in that directory and 13 GB when
the installation is complete.
EOM
},
{ type : remove
message: <<EOM
------------------------------------------------------------------------------
If you are no longer using the %%PORTNAME%% port, then manually delete
the following directory and all its contents:
/var/db/%%PORTNAME%%
------------------------------------------------------------------------------
EOM
}
]
|