From owner-svn-src-head@FreeBSD.ORG Sat Feb 22 15:32:01 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D7315D3; Sat, 22 Feb 2014 15:32:01 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4861C11ED; Sat, 22 Feb 2014 15:32:01 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 58) id 010D81A8A64; Sat, 22 Feb 2014 10:31:54 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.lifanov.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.3.2 Received: from app.lifanov.com (chat.lifanov.com [206.125.175.13]) by mail.lifanov.com (Postfix) with ESMTPA id CDE8119E8C6; Sat, 22 Feb 2014 10:31:45 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 22 Feb 2014 10:31:45 -0500 From: Nikolai Lifanov To: Baptiste Daroussin Subject: Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/build... In-Reply-To: <20140222121438.GO1699@ithaqua.etoilebsd.net> References: <201402210726.s1L7QnBP007144@svn.freebsd.org> <20140222082350.GA2705@server.rulingia.com> <20140222121438.GO1699@ithaqua.etoilebsd.net> Message-ID: <7af466ab63b6f3a7b822971d77b5109e@mail.lifanov.com> X-Sender: lifanov@mail.lifanov.com User-Agent: Roundcube Webmail/0.9.5 Cc: svn-src-head@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 15:32:01 -0000 On 2014-02-22 07:14, Baptiste Daroussin wrote: > On Sat, Feb 22, 2014 at 07:23:50PM +1100, Peter Jeremy wrote: >> On 2014-Feb-21 07:26:49 +0000, Baptiste Daroussin >> wrote: >> >Log: >> > Import Dragonfly Mail Agent into base system >> >> I would like to suggest that 'dma' is a _really_ bad name for any >> utility. As has been mentioned, 'DMA' has had a well-entrenched >> meaning for decades and overloading to also refer to a MTA is not >> going to end well. >> >> I'd also query the reason for including Debian-specific code in the >> FreeBSD base. >> >> -- >> Peter Jeremy > > Where have you seen debian specific code? > > regards, > Bapt It's the whole /head/contrib/dma/debian directory. Debian project is considering replacing Sendmail with DMA, and this contains deb package glue for dma and dma-migrate (Debian-specific transition plug). It can probably just be svn rm-ed from FreeBSD src but kept in the vendor import. - Nikolai Lifanov