rc.d networking changes broken

Mike Makonnen mtm at identd.net
Fri Apr 18 18:22:28 PDT 2003


On Sat, 19 Apr 2003 02:29:30 +0200
"Pawel Worach" <pawel.worach at telia.com> wrote:

> Hi!
> 
> With the latest rc.d checkin the netif(?) script is executed
> twice and that makes the default route go away. Any ideas?

How did you update your sources? 

This would happen if the
rc.d/network1 script was executed after rc.d/netif. But that is impossible
because rc.d/network1 now has the nostart keyword (which means it will be
excluded from the rc.d boot list).

Did you try and run the scripts manually? If so, you need to reproduce the the
rcorder command line in /etc/rc, which is essentially:
	rcorder -s nostart -k FreeBSD /etc/rc.d/* 2>/dev/null

Cheers.
-- 
Mike Makonnen  | GPG-KEY: http://www.identd.net/~mtm/mtm.asc
mtm at identd.net | D228 1A6F C64E 120A A1C9  A3AA DAE1 E2AF DBCC 68B9
mtm at FreeBSD.Org| FreeBSD - The Power To Serve


More information about the freebsd-current mailing list