These patches are based on recent development version (trunk@5068).
- OpenBSD does not have a /opt directory (see section 14 of the OpenBSD Porting Checklist or hier(7) on OpenBSD)
- OpenBSD has no network interface named lo, it is called lo0 instead. eth0/1 don't exist either. Adding some example network interface names.
- OpenBSD kernel image is /bsd, not /vmlinuz. Changing vfs.file.cksum[/vmlinuz] to /bsd.. Changing trigger description as well.
- Proposal: If this isn't a problem, change items.itemid to t_serial (auto-increment) in schema.sql to be able to simplify data.sql later (hence not needing to provide a manually incremented itemid)