Files
2025-06-16 10:00:15 +02:00

37 lines
768 B
Plaintext

[
{ type: install
message: <<EOM
cbsd is now installed, but requires additional setup steps:
Upon initial installation, run:
%%PREFIX%%/cbsd/sudoexec/initenv /usr/local/cbsd/share/initenv.conf default_vs=1 workdir=/path
Where /path is the path to the cbsd workdir, e.g.: /usr/jails
For upgrading an existing installation, run:
cbsd initenv
EOM
},
{ type: remove
message: <<EOM
The cbsd package has been deleted."
If you are *not* upgrading this package, you may want to"
remove the following to complete the deinstallation process:"
1) Records in /etc/rc.conf"
cbsdrsyncd_enable="YES"
cbsdrsyncd_flags="--config=\$workdir/etc/rsyncd.conf"
cbsdd_enable="YES"
cbsd_workdir="$workdir"
2) Remove %%LOCALBASE%%/etc/sudoers.d/cbsd_sudoers
EOM
}
]