opnsense-ports/sysutils/pot/files/pkg-message.in
Franco Fichtner 91731d7c27 */*: sync with upstream
Taken from: FreeBSD
2022-12-19 09:46:37 +01:00

29 lines
849 B
Text

[
{ 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
}
]