summaryrefslogtreecommitdiff
path: root/sysutils/cdrdao/pkg-message
blob: 5656ed652f6d3d6d0a4f9a683bd7efe0673fbc0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Note:
 * Be sure your kernel is built with "options SYSVMSG" and "options SYSVSHM".
   Cdrdao requires kernel with these options. 
 * Also, you must include 
    
        options             "P1003_1B"
        options             "_KPOSIX_PRIORITY_SCHEDULING"
        options             "_KPOSIX_VERSION=199309L"

   in your kernel configuration. These options are required by POSIX thread
   control functions.