From ingo@dr-rohlfs.de  Sat Jul  9 19:56:46 2005
Return-Path: <ingo@dr-rohlfs.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CBD6616A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Jul 2005 19:56:46 +0000 (GMT)
	(envelope-from ingo@dr-rohlfs.de)
Received: from relay1.mail.vrmd.de (relay1.mail.vrmd.de [81.28.232.18])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 64A9943D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Jul 2005 19:56:46 +0000 (GMT)
	(envelope-from ingo@dr-rohlfs.de)
Received: from [84.157.176.211] (helo=erko.rohlfs.local)
	by vm8.bln2.vrmd.de with asmtp (Exim 4.41)
	id 1DrLRM-00049c-4U; Sat, 09 Jul 2005 21:56:44 +0200
Received: from erko.rohlfs.local (localhost [127.0.0.1])
	by erko.rohlfs.local (8.13.3/8.13.3) with ESMTP id j69JugDM059617;
	Sat, 9 Jul 2005 21:56:42 +0200 (CEST)
	(envelope-from ingo@erko.rohlfs.local)
Received: (from ingo@localhost)
	by erko.rohlfs.local (8.13.3/8.13.3/Submit) id j69JufMJ059616;
	Sat, 9 Jul 2005 21:56:41 +0200 (CEST)
	(envelope-from ingo)
Message-Id: <200507091956.j69JufMJ059616@erko.rohlfs.local>
Date: Sat, 9 Jul 2005 21:56:41 +0200 (CEST)
From: Ingo Rohlfs <ingo.rohlfs@gmx.de>
Reply-To: Ingo Rohlfs <ingo.rohlfs@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ingo.rohlfs@gmx.de
Subject: Missing option in template NOTES
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83198
>Category:       kern
>Synopsis:       [patch] Missing option in template NOTES
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 09 20:00:31 GMT 2005
>Closed-Date:    Fri Apr 21 17:15:25 GMT 2006
>Last-Modified:  Fri Apr 21 17:15:25 GMT 2006
>Originator:     Ingo Rohlfs
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD erko.rohlfs.local 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Mon Jun 6 21:02:19 CEST 2005 root@erko.rohlfs.local:/usr/obj/usr/src/sys/ERKO i386
>Description:
	the important option NETGRAPH is missing in "documentation"
>How-To-Repeat:
	compile isdn4bsd
>Fix:
--- NOTES.orig	Sun May  1 07:38:13 2005
+++ NOTES	Sat Jul  9 21:50:43 2005
@@ -950,6 +950,7 @@
 device		"i4bisppp"	4
 #
 # B-channel interface to the netgraph subsystem
+options		NETGRAPH
 device		"i4bing"	2
 #
 # CAPI driver needed for active ISDN cards (see iavc driver above)
>Release-Note:
>Audit-Trail:

From: Maxim Konovalov <maxim@macomnet.ru>
To: Ingo Rohlfs <ingo.rohlfs@gmx.de>
Cc: bug-followup@freebsd.org
Subject: kern/83198
Date: Thu, 20 Apr 2006 21:29:58 +0400 (MSD)

 Hello,
 
 $ cvs -Q co -p -rRELENG_5 sys/conf/NOTES | grep NETGRAPH | head -2
 # netgraph(4). Enable the base netgraph code with the NETGRAPH option.
 options         NETGRAPH                #netgraph(4) system
 
 Could you please clarify where is the problem?
 
 -- 
 Maxim Konovalov
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Fri Apr 21 17:14:22 UTC 2006 
State-Changed-Why:  
"options NETGRAPH" is in arch-independent /sys/conf/NOTES. 

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