Date: Thu, 2 Dec 2004 21:00:19 +0000 From: Dick Davies <rasputnik@hellooperator.net> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: /usr/local/etc/rc.d vs /etc/rc.conf question Message-ID: <20041202210019.GA23230@lb.tenfour> In-Reply-To: <A62E611EBDA3E55081ACC696@utd49554.utdallas.edu> References: <20041202163900.GA14829@akroteq.com> <A62E611EBDA3E55081ACC696@utd49554.utdallas.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
* Paul Schmehl <pauls@utdallas.edu> [1210 17:10]: > --On Thursday, December 02, 2004 07:39:00 AM -0900 Andy Firman > <andy@firman.us> wrote: > > > > >I just took over a FreeBSD box and there is a > >proftpd.sh script in the /usr/local/etc/rc.d directory. > > > >There is also this entry in /etc/rc.conf: > >proftpd_enable="YES" > > > >There is no need for entries in /etc/rc.conf > >if the script exists in /usr/local/etc/rc.d right? > > > If you remove the /etc/rc.conf entry, you can still start the daemon > manually (/usr/local/etc/rc.d/proftpd.sh start), but it will not start on > boot. No, that still won't work (which makes sense if you think about it, how would the script know whether the system is booting or not?). If you read the link below, you should see that you need to 'scriptname forcestart' etc if there is no service=YES in rc.conf. Similarly 'forcestop' to shut it down. > <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-rcng.html> -- Tempers are wearing thin. Let's hope some robot doesn't kill everybody. - Bender Rasputin :: Jack of All Trades - Master of Nuns
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041202210019.GA23230>