Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2001 13:18:38 -0700 (PDT)
From:      gordont@bluemtn.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/28185: Fixup entries in /etc/defaults/rc.conf
Message-ID:  <200106152018.f5FKIcr51833@fountainhead.sd.bluemt.net>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 15 13:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106152018.f5FKIcr51833>