ports/sysutils/cbsd/files/pkg-message.in
2019-08-14 12:16:12 +00:00

17 lines
317 B
Text

[
{ type: install
message: <<EOM
cbsd is now installed, but requires additional setup steps:
Upon initial installation, run:
env workdir="/path" %%PREFIX%%/cbsd/sudoexec/initenv
Where /path is the path to the cbsd workdir, e.g.: /usr/jails
For upgrading an existing installation, run:
cbsd initenv
EOM
}
]