mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
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)
29 lines
849 B
Text
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
|
|
}
|
|
]
|