svn commit: r186894 - head/share/mk

Bjoern A. Zeeb bz at FreeBSD.org
Thu Jan 8 04:22:38 PST 2009


Author: bz
Date: Thu Jan  8 12:22:37 2009
New Revision: 186894
URL: http://svn.freebsd.org/changeset/base/186894

Log:
  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

Modified:
  head/share/mk/bsd.own.mk

Modified: head/share/mk/bsd.own.mk
==============================================================================
--- head/share/mk/bsd.own.mk	Thu Jan  8 12:10:11 2009	(r186893)
+++ head/share/mk/bsd.own.mk	Thu Jan  8 12:22:37 2009	(r186894)
@@ -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}]
 #


More information about the svn-src-head mailing list