On Mon, 30 Apr 2007 23:10:27 +0200
Lars Kristiansen <[EMAIL PROTECTED]> wrote:

> Marc G. Fournier skrev:

> > I've just made a slight change to the port so that it adds a
> > bsdstats.sh script to /usr/local/etc/rc.d that can be enabled
> > in /etc/rc.conf so that it runs on system reboot ...
> > 
> > The script that prompts you to enable will auto-enable boottime
> > reporting if you enable monthly reporting as well ...
> 
> It adds half a minute or so to startup-time.
> 
> So I changed  the line:
> run_rc_command "$1"
> to:
> run_rc_command "$1" &
> 
> To force it to background.
> Is this correct action in rc-scripts?

A much better solution is to install sysutils/anacron instead; fix the
problem, not the symptom.


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to