Document that with r186854 we started using KMODOWN/KMODGRP

for the kernel as well and no longer only for modules.

Reviewed by:	kib, antoine
MFC after:	26 days
This commit is contained in:
Bjoern A. Zeeb 2009-01-08 12:22:37 +00:00
parent 8e1dc58e8c
commit 67e7848003
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186894

View File

@ -44,9 +44,9 @@
# KMODDIR Base path for loadable kernel modules
# (see kld(4)). [/boot/kernel]
#
# KMODOWN KLD owner. [${BINOWN}]
# KMODOWN Kernel and KLD owner. [${BINOWN}]
#
# KMODGRP KLD group. [${BINGRP}]
# KMODGRP Kernel and KLD group. [${BINGRP}]
#
# KMODMODE KLD mode. [${BINMODE}]
#