From edwin@mavetju.org  Sat Jun 30 01:34:46 2007
Return-Path: <edwin@mavetju.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7F99416A468
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Jun 2007 01:34:46 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78])
	by mx1.freebsd.org (Postfix) with ESMTP id 43AAB13C45E
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Jun 2007 01:34:46 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: by mail5out.barnet.com.au (Postfix, from userid 1001)
	id DA7072219DD3; Sat, 30 Jun 2007 11:34:44 +1000 (EST)
Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mail5.barnet.com.au (Postfix) with ESMTP id A1AD821B28F6
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Jun 2007 11:34:44 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail5auth.barnet.com.au (Postfix) with ESMTP id 5A2072219DAE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Jun 2007 11:34:44 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 27C71134; Sat, 30 Jun 2007 11:34:44 +1000 (EST)
Message-Id: <20070630013444.27C71134@k7.mavetju>
Date: Sat, 30 Jun 2007 11:34:44 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] add info about the category kld to the porters handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         114144
>Category:       docs
>Synopsis:       [patch] add info about the category kld to the porters handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 30 01:40:03 GMT 2007
>Closed-Date:    Sat Jun 30 02:31:51 GMT 2007
>Last-Modified:  Sat Jun 30 02:40:04 GMT 2007
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386


>Description:

Add info about the kld category to the porters handbook.

>How-To-Repeat:
>Fix:

Index: book.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.844
diff -u -r1.844 book.sgml
--- book.sgml	28 Jun 2007 16:17:17 -0000	1.844
+++ book.sgml	30 Jun 2007 01:33:58 -0000
@@ -2059,6 +2059,13 @@
 	  </listitem>
 
 	  <listitem>
+	    <para>Ports which install loadable kernel modules need to have 
+	      the virtual category <filename>kld</filename> in their
+	      <makevar>CATEGORIES</makevar> line.
+	      </para>
+	  </listitem>
+
+	  <listitem>
 	    <para><filename>misc</filename>
 		  should not appear with any other non-virtual category.
 		  If you have <literal>misc</literal> with something else in

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jun 30 02:26:55 UTC 2007 
State-Changed-Why:  
Committed, thanks. 


Responsible-Changed-From-To: freebsd-doc->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Jun 30 02:26:55 UTC 2007 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=114144 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/114144: commit references a PR
Date: Sat, 30 Jun 2007 02:31:54 +0000 (UTC)

 linimon     2007-06-30 02:31:48 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/porters-handbook book.sgml 
   Log:
   Add note about kld virtual category.
   
   PR:             docs/114144
   Submitted by:   edwin
   
   Revision  Changes    Path
   1.846     +7 -0      doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
