ports/sysutils/pot/files/pkg-message.in
Michael Gmelin 023d0745ae sysutils/pot: Update to 0.15.4
Includes adding a new group "pot" which is used to grant
unprivileged users access to read-only pot commands.

Depend on security/signify for pot image signatures.

While there, add a stub man page so users entering `man pot` see
something slightly useful, readd pkg-message.in to package.

Add a longer pkg-descr to make portlint happy.

Approved by: pizzamig (maintainer)
2022-12-16 17:32:16 +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
}
]