Subject: Re: RCD_SCRIPTS and MESSAGEs
To: Jeremy C. Reed <reed@reedmedia.net>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-pkg
Date: 04/23/2004 18:11:17
On Fri, 23 Apr 2004, Jeremy C. Reed wrote:

> The problem is that the MESSAGEs are unclear and often wrong.
>
> For example, see this suggestion:
>
>  1) To enable "wwwwoffled" to start on boot on NetBSD-1.5 or newer,
>  please copy "${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffled" to "/etc/rc.d/" and add
>  "wwwoffled=YES" to /etc/rc.conf. To do the same on older systems,
>  add the following to /etc/rc.local:
>
>  if [ -x ${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle ]; then
>      ${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle
>  fi
>
>
> The above will work, but is wrong.

Which part of that is wrong, and why?

Frederick