From nobody@FreeBSD.org  Mon Aug  6 23:27:46 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BC65B16A418
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Aug 2007 23:27:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id AE68C13C459
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Aug 2007 23:27:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l76NRkcY060753
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 6 Aug 2007 23:27:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l76NRkuP060752;
	Mon, 6 Aug 2007 23:27:46 GMT
	(envelope-from nobody)
Message-Id: <200708062327.l76NRkuP060752@www.freebsd.org>
Date: Mon, 6 Aug 2007 23:27:46 GMT
From: David Yeske <dyeske@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: provide example of WITHOUT_MODULES
X-Send-Pr-Version: www-3.0

>Number:         115255
>Category:       docs
>Synopsis:       provide example of WITHOUT_MODULES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 06 23:30:01 GMT 2007
>Closed-Date:    Tue Sep 04 15:24:54 GMT 2007
>Last-Modified:  Tue Sep 04 15:24:54 GMT 2007
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007     root@speed:/usr/obj/usr/src/sys/SPEED  amd64

>Description:
Provide an example of WITHOUT_MODULES for the handbook.  There may be a better way to explain this though.
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v
retrieving revision 1.174
diff -u -r1.174 chapter.sgml
--- en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml	19 Jul 2007 12:05:16 -0000	1.174
+++ en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml	6 Aug 2007 21:14:48 -0000
@@ -295,7 +295,12 @@
       <programlisting>MODULES_OVERRIDE = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
 
       <para>This variable sets up a list of modules to build instead
-	of all of them.  For other variables which you may find useful
+	of all of them.</para>
+
+      <programlisting>WITHOUT_MODULES = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
+
+      <para>This variable sets up a list of modules to exclude
+	 from the build process.  For other variables which you may find useful
 	in the process of building kernel, refer to &man.make.conf.5;
 	manual page.</para>
     </tip>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Thu Aug 23 16:03:32 UTC 2007 
Responsible-Changed-Why:  
I will take a look at this. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/115255: commit references a PR
Date: Tue,  4 Sep 2007 14:50:36 +0000 (UTC)

 gabor       2007-09-04 14:50:24 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml 
   Log:
   - Document the WITHOUT_MODULES macro
   
   PR:             docs/115255
   Submitted by:   David Yeske <dyeske@gmail.com>
   
   Revision  Changes    Path
   1.175     +6 -1      doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.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"
 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Tue Sep 4 15:24:28 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115255 
>Unformatted:
