From edwin@mavetju.org  Sun Oct  7 01:40:06 2007
Return-Path: <edwin@mavetju.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C4BFD16A417
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Oct 2007 01:40:06 +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 8E72613C44B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Oct 2007 01:40:06 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: by mail5out.barnet.com.au (Postfix, from userid 1001)
	id 0F5802219D42; Sun,  7 Oct 2007 11:40:05 +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 CB7E821B1220
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Oct 2007 11:40:04 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail5auth.barnet.com.au (Postfix) with ESMTP id 856622219D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Oct 2007 11:40:04 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 2DC542EC; Sun,  7 Oct 2007 11:40:04 +1000 (EST)
Message-Id: <20071007014004.2DC542EC@k7.mavetju>
Date: Sun,  7 Oct 2007 11:40:04 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] inform porters handbook about INSTALL_KLD
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         116989
>Category:       docs
>Synopsis:       [patch] inform porters handbook about INSTALL_KLD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 07 01:50:01 GMT 2007
>Closed-Date:    Sun Oct 07 07:09:57 GMT 2007
>Last-Modified:  Sun Oct  7 07:20:01 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:

Describe the INSTALL_KLD command in 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.874
diff -u -r1.874 book.sgml
--- book.sgml	30 Sep 2007 13:24:14 -0000	1.874
+++ book.sgml	7 Oct 2007 01:39:38 -0000
@@ -4111,6 +4111,13 @@
 	  </listitem>
 
 	  <listitem>
+	    <para><makevar>INSTALL_KLD</makevar> is a command to install
+	      kernel loadable modules. Some architectures don't like it when
+	      the modules are stripped, therefor use this command instead
+	      of <makevar>INSTALL_PROGRAM</makevar>.</para>
+	  </listitem>
+
+	  <listitem>
 	    <para><makevar>INSTALL_DATA</makevar> is a command to install
 	      sharable data.</para>
 	  </listitem>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Oct 7 07:09:51 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/116989: commit references a PR
Date: Sun,  7 Oct 2007 07:10:11 +0000 (UTC)

 edwin       2007-10-07 07:09:57 UTC
 
   FreeBSD doc repository (src,ports committer)
 
   Modified files:
     en_US.ISO8859-1/books/porters-handbook book.sgml 
   Log:
   [patch] inform porters handbook about INSTALL_KLD
   
           Describe the INSTALL_KLD command in the Porters Handbook
   
   PR:             docs/116989
   Submitted by:   Edwin Groothuis <edwin@mavetju.org>
   Approved by:    Remko Lodder <remko@elvandar.org>
   
   Revision  Changes    Path
   1.875     +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:
