[ { type: install message: <> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are accessed through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab * Mono does not use the system certificates files. If you update security/ca_root_nss separate from Mono, you must manually resync from the PEM file using the Mono cert-sync tool as root. # cert-sync /usr/local/share/certs/ca-root-nss.crt Otherwise, certificates may fail validation within Mono. EOM } { type: upgrade message: <