Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 1999 22:08:21 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        Len Conrad <lconrad@Go2France.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: rc.conf error
Message-ID:  <19990523220820.B75505@dan.emsphone.com>
In-Reply-To: <4.1.19990524044546.0130ad10@mail.go2france.com>; from "Len Conrad" on Mon May 24 04:53:20 GMT 1999
References:  <3738E1C2.E088A614@banet.net> <Pine.BSF.3.96.990511224606.26546A-100000@cygnus.rush.net> <4.1.19990524044546.0130ad10@mail.go2france.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (May 24), Len Conrad said:
> FreeBSD 3.1-R.  
> 
> We set up one or two static routes in rc.conf.  But during startup, we
> always get errors at that point in the script.
> 
> static-routes="route_main"
> 
> route_main="-net a.b.c.0 d.e.f.g"

Accoring to /etc/rc.network, it adds the "route_" string to every value
in static-routes, so I think it should read:

static-routes="main"
route_main="-net a.b.c.0 d.e.f.g"


> The script complains about bad syntax and error writing to socket.

What is the exact error?

	-Dan Nelson
	dnelson@emsphone.com


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?19990523220820.B75505>