blob: 687b0d72598b9bef6f04dc8a0e2dad6dcd546a75 (
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
Now, before to run 'pot init', it would be wise to edit the configuration file
Do not edit pot.default.conf, but pot.conf instead.
Configuration files are stored in %%ETCDIR%%/
To upgrade from prevoius versions of pot (<0.6.0) to 0.6.0+ the following steps are suggested:
* stop all your pots
* re-run `pot init`
* if needed, restart pf
* if needed, use `pot update-config` on your pots
The variable `pot_list` in the rc.conf file is deprecated.
Use `pot set-attr` to enable the attribute start-at-boot to your pot
Non-privileged users need to be invited to group "pot" in order
to use read-only commands.
EOM
}
{ type: upgrade
maximum_version: "0.15.4"
message: <<EOM
After running pot-init, non-privileged users need to be invited to
group "pot" in order to use read-only commands.
EOM
}
]
|