Re: FreeBSD 6.0 - Network operations result in : not found?

2006-01-26 Thread Mark Andrews
> Is that behaviour actually documented anywhere? > > -E- Well /etc/defaults/rc.conf starts with #!/bin/sh that should be a big clue that it is a shell script. As is the instructions from "man rc.conf" not to put commands there. The purpos

Re: FreeBSD 6.0 - Network operations result in : not found?

2006-01-26 Thread Brooks Davis
On Thu, Jan 26, 2006 at 03:57:57PM -0800, Eli K. Breen wrote: > Is that behaviour actually documented anywhere? Sort of. The fact that rc.conf is an sh(1) script seems to be missing from rc.conf(5). Once you know that it's documented in the "Simple Commands" section of the sh(1) manpage though t

Re: FreeBSD 6.0 - Network operations result in : not found?

2006-01-26 Thread Eli K. Breen
Is that behaviour actually documented anywhere? -E- Mark Andrews wrote: in rc.conf: ifconfig_fxp0= "inet netmask 255.255.255.0" Which says execute the '"inet netmask 255.255.255.0"' command with ifconfig_fxp0 envirioment variable set to the empty string. ifconfig_fxp0="inet n

Re: FreeBSD 6.0 - Network operations result in : not found?

2006-01-26 Thread Mark Andrews
pected to say the least. > > -E- > > David Kirchner wrote: > > On 1/26/06, Eli K. Breen <[EMAIL PROTECTED]> wrote: > > > >>re: FreeBSD 6.0 - Network operations result in : not found? > >> > >>When starting and stopping many network services u

Re: FreeBSD 6.0 - Network operations result in : not found?

2006-01-26 Thread Eli K. Breen
m. Changing to this solves it: ifconfig_fxp0="inet netmask 255.255.255.0" ifconfig_fxp0_alias0="inetnetmask 255.255.255.255" ifconfig_fxp0_alias1="inetnetmask 255.255.255.255" Unexpected to say the least. -E- David Kirchner wrote: On 1/26/06, Eli K. Breen <[

Re: FreeBSD 6.0 - Network operations result in : not found?

2006-01-26 Thread David Kirchner
On 1/26/06, Eli K. Breen <[EMAIL PROTECTED]> wrote: > re: FreeBSD 6.0 - Network operations result in : not found? > > When starting and stopping many network services under a fairly stock > FreeBSD 6.0 box, I see the following: > > > (Addresses

FreeBSD 6.0 - Network operations result in : not found?

2006-01-26 Thread Eli K. Breen
re: FreeBSD 6.0 - Network operations result in : not found? When starting and stopping many network services under a fairly stock FreeBSD 6.0 box, I see the following: (Addresses removed) [EMAIL PROTECTED] /etc/rc.d/named restart inetnetmask 255.255.255.255: not