Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2001 11:31:56 +1200
From:      Jonathan Chen <jonathan.chen@itouch.co.nz>
To:        Nathan Mace <mace_nathan@uchaswv.edu>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: more rc.conf troubles
Message-ID:  <20011004113156.A88063@jonc.itouch>
In-Reply-To: <20011003193011.4d1980b8.mace_nathan@uchaswv.edu>; from mace_nathan@uchaswv.edu on Wed, Oct 03, 2001 at 07:30:11PM -0400
References:  <20011003193011.4d1980b8.mace_nathan@uchaswv.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 03, 2001 at 07:30:11PM -0400, Nathan Mace wrote:
> i made the changes to rc.conf(took out the spaces) then i rebooted and i
> still get the error messages from before....ex:  firewall_enable="NO"
> command not found

You've still got spaces:

    #firewall--ipfw
    firewall_enable ="NO"                   # Bad line
    firewall_script="/etc/rc.firewall"
    firewall_type ="/root/ipfw.rules"       # Bad line
    firewall_quiet ="YES"                   # Bad line
    log_in_vain ="YES"
    firewall_logging_enable ="YES"          # Bad line
    icmp_drop_redirect ="YES"               # Bad line

Take out the spaces before the '='
-- 
Jonathan Chen <jonathan.chen@itouch.co.nz>
----------------------------------------------------------------------
                        "Only the meek get pinched. The bold survive."
                                                      - Ferris Bueller

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?20011004113156.A88063>