From owner-freebsd-current@FreeBSD.ORG Tue Mar 11 07:56:32 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B58D1065671 for ; Tue, 11 Mar 2008 07:56:32 +0000 (UTC) (envelope-from mmakonnen@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id A8D898FC19 for ; Tue, 11 Mar 2008 07:56:31 +0000 (UTC) (envelope-from mmakonnen@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2670048waf.3 for ; Tue, 11 Mar 2008 00:56:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=FUfLtt3jQu7MJ2fTApiIE+q7sxv1dOLMlwNkg9ky7Fg=; b=ETtSH9nT7UvoZl0Tfrnbkubwmi+8Z5GXNIvkqeLZrayUiHkX316SnLeB5jhjGq88wPUrzxDjCkfsrYtlpUvfASs0oqkruYY23y1ci0t9XV7G7k0rFLbNUiUqvHKTCwXTK2yRZSEtryuRLY7ex5mo55b8X4jevQgbHE0Ik2z8Djk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FpefgiJncC2TTeKr9UrYXEnFNAfiY9cv1S7Mp/D4ogF6GYiEtzUzjz4ekmqGqXkyOM01HpQVwbbjHJLaUtDheyx77vWq5Obwiy/PUfmUqVxOfoNBB1ZkoKOY0OopyKonz61KpNtl49nW9lSzKXzluWqTZwwn2AkfflMi20Dez+g= Received: by 10.115.22.1 with SMTP id z1mr4497192wai.48.1205222191451; Tue, 11 Mar 2008 00:56:31 -0700 (PDT) Received: by 10.114.88.13 with HTTP; Tue, 11 Mar 2008 00:56:30 -0700 (PDT) Message-ID: <584bfc3f0803110056g270a0c4fh563a6e7e26b9694a@mail.gmail.com> Date: Tue, 11 Mar 2008 10:56:30 +0300 From: "Mike Telahun Makonnen" Sender: mmakonnen@gmail.com To: "Gregory Shapiro" In-Reply-To: <20080311025333.GF2422@monkeyboy.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080202012707.GA1800@kobe.laptop> <1204809780.885.3.camel@sol> <20080306201905.GA11317@kobe.laptop> <20080311025333.GF2422@monkeyboy.local> X-Google-Sender-Auth: 6e35aa4d127e89bd Cc: Giorgos Keramidas , current@freebsd.org Subject: Re: latest rc.subr breaks etc/rc.d/sendmail X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 07:56:32 -0000 On Tue, Mar 11, 2008 at 5:53 AM, Gregory Shapiro wrote: > > Agreed. We should probably consult gshapiro about this, and just do it > > if there's no objection. AFAIK, /etc/rc.d/sendmail is also used to > > start alternative MTAs, so we can commit this patch for now, and think > > about splitting /etc/rc.d/sendmail to something like: > > > > src/etc/rc.d/sendmail > > src/etc/rc.d/sendmail-submit > > src/etc/rc.d/sendmail-outbound > > src/etc/rc.d/sendmail-msp-queue > > I'd be cool with this and more than happy to provide code review. > The four scripts would all need the same sort of logic to disable > conflicting options (e.g., don't start a submit agent if a full MTA is > running). > Ok, great. I'll have something for you to review shortly. Cheers.