From owner-freebsd-stable Tue Mar 13 12:47:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 93C2F37B71F for ; Tue, 13 Mar 2001 12:47:44 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta5/8.12.0.Beta5) id f2DKlhVQ020720; Tue, 13 Mar 2001 12:47:43 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15022.34671.77854.883477@horsey.gshapiro.net> Date: Tue, 13 Mar 2001 12:47:43 -0800 From: Gregory Neil Shapiro To: =?iso-8859-1?Q?Esa_K=E4rkk=E4inen?= Cc: stable@FreeBSD.ORG Subject: Re: Any change of fixin PR conf/25639 before 4.3-RELEASE? In-Reply-To: <20010313221623.B394@pp.htv.fi> References: <20010313221623.B394@pp.htv.fi> X-Mailer: VM 6.91 under 21.2 (beta42) "Poseidon" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ejk> It's a simple fix. /etc/mail/Makefile does not source ejk> /etc/rc.conf nor /etc/rc.conf.local files, resulting that sendmail is ejk> allways started with "-bd -q30m" flags. ejk> http://www.freebsd.org/cgi/query-pr.cgi?pr=25639 When was your last cvsup? # $FreeBSD: src/etc/mail/Makefile,v 1.9.2.3 2001/03/06 01:49:56 gshapiro Exp $ ... start: (. /etc/defaults/rc.conf; \ if [ "$${sendmail_enable}" = "YES" -a -r /etc/mail/sendmail.cf ];\ then \ ${SENDMAIL} $${sendmail_flags}; \ fi \ ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message