From d25262a858ac8220f85368eff39e3105d79e94c5 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 13 Aug 1997 03:31:19 +0000 Subject: [PATCH] ARP_PROXY_ALL -> ARP_PROXYALL PR: kern/4181 Submitted by: Johan Larsson --- etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.conf b/etc/rc.conf index 5912fa0ab5ee..69a20cd909fd 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -6,7 +6,7 @@ # # All arguments must be in double or single quotes. # -# $Id: rc.conf,v 1.19 1997/06/24 22:36:42 dima Exp $ +# $Id: rc.conf,v 1.20 1997/07/06 08:28:34 peter Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -90,7 +90,7 @@ mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf). 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_PROXY_ALL. +arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL. ##############################################################