Subject: Re: Question about scripts in /usr/pkg/etc/rc.d
To: Tracy Nelson <tnelson158@attbi.com>
From: David S. <davids@idiom.com>
List: netbsd-help
Date: 05/13/2002 13:35:33
> Do the scripts in /usr/pkg/etc/rc.d get executed as part of the boot
> sequence, or do I need to copy them to /etc/rc.d?  Or is there some other
> method to "chain" them in?

You could change the line

	files=`rcorder -s nostart /etc/rc.d/*`

in '/etc/rc' to

	files=`rcorder -s nostart /etc/rc.d/* /usr/pkg/etc/rc.d/*`

See the man pages for "rc" and "rcorder".

David S.

>