From owner-freebsd-questions@FreeBSD.ORG Wed Mar 21 20:31:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B26C516A40B for ; Wed, 21 Mar 2007 20:31:25 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 5E90813C45D for ; Wed, 21 Mar 2007 20:31:25 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from ingress.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (AUTH: LOGIN seklecki, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by wingspan with esmtp; Wed, 21 Mar 2007 16:31:24 -0400 id 00056425.4601961C.00018031 From: "Brian A. Seklecki" To: Chuck Swiger In-Reply-To: References: <80f4f2b20703211052q3e23a6b8lafbb30975fd1a5ac@mail.gmail.com> Organization: Collaborative Fusion, Inc. Date: Wed, 21 Mar 2007 15:31:31 -0500 Message-Id: <1174509091.8113.0.camel@ingress> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.2.3-10mdk Cc: Jim Stapleton , freebsd-questions@freebsd.org Subject: Re: creating rc.d scripts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 20:31:25 -0000 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. >