Subject: Re: Question about scripts in /usr/pkg/etc/rc.d
To: Perry E. Metzger <perry@wasabisystems.com>
From: David S. <davids@idiom.com>
List: netbsd-help
Date: 05/13/2002 14:56:22
> > 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/*`
>
> Of course, then you have to maintain that in each revision of netbsd
> as you upgrade, which is a big pain.
No harder than maintaining the other '/etc' files you've modified.
David S.
> Better not to edit the system
> scripts and put the change in rc.local or some such.
>