On Thu, Dec 02, 2004 at 09:00:19PM +0000, Dick Davies wrote: > * Paul Schmehl <[EMAIL PROTECTED]> [1210 17:10]: > > --On Thursday, December 02, 2004 07:39:00 AM -0900 Andy Firman > > <[EMAIL PROTECTED]> 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>
That is "Using rc under FreeBSD 5.X" but what about 4.10? On my 4.10 box, there is a mysql-server script in /usr/local/etc/rc.d and nothing in /etc/rc.conf, yet mysql-server starts up a boot time. Why? There is nothing wrong, I just want to know why. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"