On Tue, Jul 18, 2006 at 04:33:36PM -0500, Eric Pancer wrote:
> $ grep -A 2 -B 2 mygate /etc/netstart
> done
> 
> # /etc/mygate, if it exists, contains the name of my gateway host
> # that name must be in /etc/hosts.
> if [ -f /etc/mygate ]; then
>         route -qn delete default > /dev/null 2>&1
>         route -qn add -host default `stripcom /etc/mygate`
> fi

Ahhh. That's not what's in my 3.9-stable. The netstart in -stable has
two similar sections, one for ip4 and one for ip6.

-- 
Darrin Chandler            |  Phoenix BSD Users Group
[EMAIL PROTECTED]   |  http://bsd.phoenix.az.us/
http://www.stilyagin.com/  |

Reply via email to