Date: Sun, 17 Dec 2000 21:42:57 -0800 From: "Crist J. Clark" <cjclark@reflexnet.net> To: Randy Katz <randyk@ccsales.com> Cc: Matthew Emmerton <matt@gsicomp.on.ca>, Otter <otterr@telocity.com>, Drew Tomlinson <drewt@writeme.com>, "FreeBSD Questions (E-mail)" <freebsd-questions@FreeBSD.ORG> Subject: Re: How to Get Program to Start Automatically Upon Boot Message-ID: <20001217214257.O96105@149.211.6.64.reflexcom.com> In-Reply-To: <5.0.2.1.0.20001217203142.0430cd68@mail.ccsales.com>; from randyk@ccsales.com on Sun, Dec 17, 2000 at 08:32:08PM -0800 References: <HLEDJBJKDDPDJBMGCLPPEEKPCMAA.otterr@telocity.com> <002901c06895$d92859d0$1200a8c0@gsicomp.on.ca> <5.0.2.1.0.20001217203142.0430cd68@mail.ccsales.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 17, 2000 at 08:32:08PM -0800, Randy Katz wrote: > Please correct me if I'm wrong but /etc/rc.local seems to be alive and > well, at least in R4.1.1... Before we get to far into another rc.d versus rc.local debate, let's all RTFM, man rc, DESCRIPTION Rc is the command script which controls the automatic reboot (calling the other scripts) and rc.local is the script holding commands which are per- tinent only to a specific site. Typically, the /usr/local/etc/rc.d mech- anism is used instead of rc.local these days but if you do want to use rc.local, /etc/rc still supports it. In this case, rc.local should source /etc/rc.conf and contain additional custom startup code for your system. But er..., em..., *cough* ignore that stuff in there about rc.local.conf. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001217214257.O96105>