From owner-cvs-all Mon Mar 12 23: 6:57 2001 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id B82A937B718; Mon, 12 Mar 2001 23:06:52 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta5/8.12.0.Beta5) id f2D76qdG014394; Mon, 12 Mar 2001 23:06:52 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15021.50956.112503.874776@horsey.gshapiro.net> Date: Mon, 12 Mar 2001 23:06:52 -0800 From: Gregory Neil Shapiro To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc src/etc/defaults rc.conf In-Reply-To: <200103130553.f2D5rHg95032@freefall.freebsd.org> References: <200103130553.f2D5rHg95032@freefall.freebsd.org> X-Mailer: VM 6.91 under 21.2 (beta42) "Poseidon" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter> etc rc peter> At great personal risk, touch the sendmail startup again. This adds peter> easy seperate knobs for inbound (accepting SMTP connections) and peter> outbound (just occasionally dequeueing) sendmail daemon startup. One comment on this. Your change to src/etc/rc: +if [ -r /etc/mail/sendmail.cf ]; then + case ${sendmail_enable} in + [Yy][Ee][Ss]) + echo -n ' sendmail' + /usr/sbin/sendmail ${sendmail_flags} ... What if ${sendmail_flags} is: sendmail_flags=-C/usr/local/etc/sendmail.cf Therefore, /etc/mail/sendmail.cf need not exist. I think you may be assuming too much the the added if on the first line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message