From gordont@fountainhead.sd.bluemt.net  Fri Jun 15 13:18:28 2001
Return-Path: <gordont@fountainhead.sd.bluemt.net>
Received: from fountainhead.sd.bluemt.net (fountainhead.sd.bluemt.net [209.247.76.98])
	by hub.freebsd.org (Postfix) with ESMTP id D268F37B403
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Jun 2001 13:18:27 -0700 (PDT)
	(envelope-from gordont@fountainhead.sd.bluemt.net)
Received: (from gordont@localhost)
	by fountainhead.sd.bluemt.net (8.11.3/8.11.3) id f5FKIcr51833;
	Fri, 15 Jun 2001 13:18:38 -0700 (PDT)
	(envelope-from gordont)
Message-Id: <200106152018.f5FKIcr51833@fountainhead.sd.bluemt.net>
Date: Fri, 15 Jun 2001 13:18:38 -0700 (PDT)
From: gordont@bluemtn.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fixup entries in /etc/defaults/rc.conf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28185
>Category:       conf
>Synopsis:       arpproxy_all and start_vinum are blank, should be set to NO
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 15 13:20:01 PDT 2001
>Closed-Date:    Wed Jun 20 19:17:47 PDT 2001
>Last-Modified:  Wed Jun 20 19:18:01 PDT 2001
>Originator:     Gordon Tetlow
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Blue Mountain
>Environment:
System: FreeBSD fountainhead.sd.bluemt.net 4.3-STABLE FreeBSD 4.3-STABLE #3: Thu May 24 18:24:26 PDT 2001 gordont@fountainhead.sd.bluemt.net:/local/usr.obj/usr/src/sys/FOUNTAINHEAD i386


>Description:
For consistency arpproxy_all and start_vinum should ="NO" not =""

This will also make importing the NetBSD rc scripts silence some warnings.
>How-To-Repeat:
N/A
>Fix:

Patch is against revision 1.111 (HEAD)

Index: rc.conf
===================================================================
RCS file: /home/ncvs/src/etc/defaults/rc.conf,v
retrieving revision 1.111
diff -u -r1.111 rc.conf
--- rc.conf	2001/06/11 13:28:05	1.111
+++ rc.conf	2001/06/15 20:12:33
@@ -196,7 +196,7 @@
 ipxgateway_enable="NO"		# Set to YES to enable IPX routing.
 ipxrouted_enable="NO"		# Set to YES to run the IPX routing daemon.
 ipxrouted_flags=""		# Flags for IPX routing daemon.
-arpproxy_all=""			# replaces obsolete kernel option ARP_PROXYALL.
+arpproxy_all="NO"		# replaces obsolete kernel option ARP_PROXYALL.
 forward_sourceroute="NO"	# do source routing (only if gateway_enable is set to "YES")
 accept_sourceroute="NO"		# accept source routed packets to us
 
@@ -339,7 +339,7 @@
 kern_securelevel_enable="NO"	# kernel security level (see init(8)), 
 kern_securelevel="-1"	# range: -1..3 ; `-1' is the most insecure
 update_motd="YES"	# update version info in /etc/motd (or NO)
-start_vinum=""		# set to YES to start vinum
+start_vinum="NO"	# set to YES to start vinum
 unaligned_print="YES"	# print unaligned access warnings on the alpha (or NO).
 entropy_file="/entropy" # Set to NO to disable caching entropy through reboots.
 			# /var/db/entropy is preferred if / is not available.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: dd 
State-Changed-When: Fri Jun 15 17:27:33 PDT 2001 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-bugs->dd 
Responsible-Changed-By: dd 
Responsible-Changed-When: Fri Jun 15 17:27:33 PDT 2001 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28185 
State-Changed-From-To: analyzed->closed 
State-Changed-By: dd 
State-Changed-When: Wed Jun 20 19:17:47 PDT 2001 
State-Changed-Why:  
MFC'd 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28185 
>Unformatted:
