Subject: Re: What about startup scripts??
To: Dominik Rothert <dr@astorit.com>
From: Frederick Bruckman <fb@enteract.com>
List: tech-pkg
Date: 12/31/2000 08:55:06
On Sun, 31 Dec 2000, Dominik Rothert wrote:

> "Al B. Snell" <alaric@alaric-snell.com> wrote:
> 
> > > I think that we should have the configuration file for package RC-scripts
> > > in ${PREFIX}/etc, not /etc. 

> ${PREFIX}/etc/rc.conf might contain something like
> 
> if [ $(hostname) = "foo" ]; then 
> 	APACHE=YES
> else
> 	APACHE=NO
> fi

The *real* problem is, you have to run rcorder early in the boot
process, before /usr is mounted.


Frederick