From mwlucas@blackhelicopters.org  Thu Feb 24 07:05:30 2000
Return-Path: <mwlucas@blackhelicopters.org>
Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18])
	by hub.freebsd.org (Postfix) with ESMTP id 8FEB637BC30
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Feb 2000 07:05:29 -0800 (PST)
	(envelope-from mwlucas@blackhelicopters.org)
Received: (from mwlucas@localhost)
	by blackhelicopters.org (8.9.3/8.9.3) id JAA07840;
	Thu, 24 Feb 2000 09:48:51 -0500 (EST)
	(envelope-from mwlucas)
Message-Id: <200002241448.JAA07840@blackhelicopters.org>
Date: Thu, 24 Feb 2000 09:48:51 -0500 (EST)
From: mwlucas@blackhelicopters.org
Reply-To: mwlucas@blackhelicopters.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: no_named
X-Send-Pr-Version: 3.2

>Number:         16959
>Category:       conf
>Synopsis:       [PATCH] missing entry in /etc/make.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    peter
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 24 07:10:01 PST 2000
>Closed-Date:    Mon Apr 10 12:55:49 PDT 2000
>Last-Modified:  Mon Apr 10 12:56:24 PDT 2000
>Originator:     Michael Lucas
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
none
>Environment:

My system is 3.4-STABLE, i386, on a laptop.

>Description:

no_named exists in /usr/src/usr.sbin/Makefile, right below
no_sendmail.  It does not exist in /etc/defaults/make.conf

>How-To-Repeat:

grep -i named /etc/defaults/make.conf

>Fix:

*** make.conf~  Mon Jan 24 13:55:29 2000
--- make.conf   Mon Jan 31 15:25:49 2000
***************
*** 28,33 ****
--- 28,36 ----
  # To avoid building sendmail
  #NO_SENDMAIL= true
  #
+ # To avoid building named and related tools
+ #NO_BIND=     true
+ #
  # To have 'obj' symlinks created in your source directory
  #       (they aren't needed/necessary)
  #OBJLINK=     yes




>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->peter 
Responsible-Changed-By: ru 
Responsible-Changed-When: Thu Feb 24 08:14:27 PST 2000 
Responsible-Changed-Why:  
Peter introduced NO_BIND. 
State-Changed-From-To: open->closed 
State-Changed-By: asmodai 
State-Changed-When: Mon Apr 10 12:55:49 PDT 2000 
State-Changed-Why:  
Fixed in 3-STABLE. 
Thanks! 
>Unformatted:
