Date: Wed, 21 Mar 2007 15:31:31 -0500 From: "Brian A. Seklecki" <bseklecki@collaborativefusion.com> To: Chuck Swiger <cswiger@mac.com> Cc: Jim Stapleton <stapleton.41@gmail.com>, freebsd-questions@freebsd.org Subject: Re: creating rc.d scripts Message-ID: <1174509091.8113.0.camel@ingress> In-Reply-To: <A6F39707-BC87-4B93-9CC2-4E0699D3BEF0@mac.com> References: <80f4f2b20703211052q3e23a6b8lafbb30975fd1a5ac@mail.gmail.com> <A6F39707-BC87-4B93-9CC2-4E0699D3BEF0@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
what does: $ sudo rcorder /usr/local/etc/rc.d/* /etc/rc.d/* ..look like? ~BAS On Wed, 2007-03-21 at 10:57 -0700, Chuck Swiger wrote: > On Mar 21, 2007, at 10:52 AM, Jim Stapleton wrote: > > I created a script in my /usr/local/etc/rc.d directory, but for some > > reason it doesn't auto start when I start my machine. I added entries > > to the rc.conf that I thought should work, but they did not. On a > > related not, my rc.conf file doesn't seem to disable autostart of > > sendmail. Could anyone advise me? > > Your rc script is probably not working because it might not find > python under /usr/local/bin unless you explicitly set $PATH to > include that directory. > > Secondly, you want to use sendmail_enable="NONE" rather than "NO" if > you want to completely disable all of sendmail. Setting it to "NO" > means that there is no sendmail daemon listening on port 25, but > there will still be a local client mqueue runner spawned to handle > local deliveries. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1174509091.8113.0.camel>