From nobody@FreeBSD.org  Sat Jul 20 00:58:48 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 85F3037B400
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Jul 2002 00:58:48 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAE543E31
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Jul 2002 00:58:48 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6K7wmOT051524
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Jul 2002 00:58:48 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g6K7wm96051520;
	Sat, 20 Jul 2002 00:58:48 -0700 (PDT)
Message-Id: <200207200758.g6K7wm96051520@www.freebsd.org>
Date: Sat, 20 Jul 2002 00:58:48 -0700 (PDT)
From: Joseph Kacmarcik <joe@chubbo.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: default rc.conf option incorrect
X-Send-Pr-Version: www-1.0

>Number:         40803
>Category:       conf
>Synopsis:       default rc.conf option incorrect
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 20 01:00:06 PDT 2002
>Closed-Date:    Tue Aug 06 00:28:47 PDT 2002
>Last-Modified:  Tue Aug 06 00:28:47 PDT 2002
>Originator:     Joseph Kacmarcik
>Release:        4.6-RELEASE-p1
>Organization:
>Environment:
FreeBSD postal.longnow.org 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #0: Mon Jul  1 21:49:46 PDT 2002     joe@postal.longnow.org:/usr/src/sys/compile/LONGNOW4_SMP
>Description:
in /etc/defaults/rc.conf, the option "log_in_vain" is set to "0" (line 78), but in /etc/rc.network (@line 761), unless "[Nn][Oo]" is specified, both net.inet.tcp.log_in_vain and net.inet.udp.log_in_vain are set to "1", or the equivalent of yes.
>How-To-Repeat:
after a cvsup and consequent [build|install]world, copy the file /usr/src/etc/defaults/rc.conf to /etc/defaults/rc.conf, or "make distrib-dirs distribution' from /usr/src/etc,  and reboot.
>Fix:
perl -pi -e 's/log_in_vain=\"0\"/log_in_vain=\"NO\"/g' /usr/src/etc/defaults/rc.conf
>Release-Note:
>Audit-Trail:

From: Joseph Kacmarcik <joe@chubbo.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: conf/40803: default rc.conf option incorrect
Date: Sun, 21 Jul 2002 20:53:14 -0700

 hi there!
 
 turns out, my rc.network was from an old version and had not been upgraded properly.
 
 sorry for my confusion. (:
 
 joe
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Tue Aug 6 00:28:28 PDT 2002 
State-Changed-Why:  

Originator reports pilot error. 

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