| Commit | Line | Data |
|---|---|---|
| 9f229288 SK |
1 | To enable POSIX message queues support, you need to load the appropriate kernel |
| 2 | module, by running the following command: | |
| 3 | # kldload mqueuefs | |
| 4 | ||
| c482822e SK |
5 | or link into the kernel, by adding the following option in your kernel |
| 6 | configuration file: | |
| 7 | options P1003_1B_MQUEUE | |
| 8 | ||
| 9f229288 | 9 | For more information, please read the mqueuefs(5) man page. |