Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 1999 21:14:18 -0500
From:      "Isaac Waldron" <waldroni@lr.net>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: rc.network question
Message-ID:  <000201bf4d6f$9d1d1260$5870bbd1@camry>
References:  <38612F54.B402DA76@journalstar.com> <386133CF.3F4307C3@journalstar.com>

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

----- Original Message -----
From: Tony Wells <awells@journalstar.com>
To: <freebsd-questions@FreeBSD.ORG>
Sent: Wednesday, December 22, 1999 3:25 PM
Subject: Re: rc.network question


> Found it! /etc/defaults/rc.conf.
>
> Tony Wells wrote:
> >
> > I want to enable the "log_in_vain" for TCP and UDP packets at startup in
> > the kernel state.  I see in the rc.network file (3.3 RELEASE) the
> > $log_in_vain variable, but can't find where it gets set.  Could someone
> > more sh-literate point out where I enable this?
> >
> > Thanks!
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

The way I understand the purpose of the /etc/rc.conf and
/etc/defaults/rc.conf files is as follows.  /etc/defaults/rc.conf provides
default values for many system variables like log_in_vain.  However, you
should not change this file directly, but instead add changes to
/etc/rc.conf to override settings in /etc/defaults/rc.conf.  For example, in
/etc/defaults/rc.conf, log_in_vain is set to "NO".  To enable log_in_vain, I
would add the following line to /etc/rc.conf:

log_in_vain="YES"    # enable log_in_vain

It is my understanding that changes should not be made to
/etc/defaults/rc.conf.

Sincerely,
Isaac



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000201bf4d6f$9d1d1260$5870bbd1>