From owner-freebsd-current@FreeBSD.ORG Thu Mar 15 19:07:13 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE3D106564A for ; Thu, 15 Mar 2012 19:07:13 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4BAA18FC17 for ; Thu, 15 Mar 2012 19:07:13 +0000 (UTC) Received: by dald2 with SMTP id d2so5093609dal.13 for ; Thu, 15 Mar 2012 12:07:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Ho5SWlRDvZ6B3/1X9TB7XAUbPUCQ0slET50reSHvynU=; b=YNUrp7z9LxVshakyUbM15POL5iki4LuVD3HSv+r2tNGpfuovtYExUB3OZ0c9aE3j+/ Sg+iLKyafWXIYPDFIRaioQCxZiwvO0JJRMb86fSbv28870ucauoYb/qtwQDa3yR796O4 JpF3Am4NG+R81TkPlPb6D3vcL5ETzewwqTV03XeF8gzto/PGvAf7Fi8uWTPh7elAtlev KPuTwTs+xPCfOzmWxmuJj5o7e9zqprhj1XXezGrIpr45TDblmuB5yBdLmUix5TVKUGiv 9ZDKToNe/GWIC5r8TfJEOmgT4VrrvRbd5wX89MlpPOUhU1fx3YMjROs+1UG3d74oV8xl Yibw== MIME-Version: 1.0 Received: by 10.68.225.104 with SMTP id rj8mr7012213pbc.135.1331838432867; Thu, 15 Mar 2012 12:07:12 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.143.33.5 with HTTP; Thu, 15 Mar 2012 12:07:12 -0700 (PDT) In-Reply-To: References: <4F60C059.7060904@FreeBSD.org> <031222CBCF33214AB2EB4ABA279428A30107B5E9D2A3@SJCPMAILBOX01.citrite.net> Date: Thu, 15 Mar 2012 12:07:12 -0700 X-Google-Sender-Auth: Xk8mxU8amw7AXnKhYguGkex4ZPs Message-ID: From: Adrian Chadd To: Mark Felder Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: CFT: new BSD-licensed sort available 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: Thu, 15 Mar 2012 19:07:13 -0000 On 14 March 2012 19:32, Mark Felder wrote: > I've seen several discussions on the bsd lists with everyone against the > debian alternatives way. I don't know the history but I don't think it has > much support. I assume it has to do with binaries passing through /etc via > symlinks. I don't personally have much of an opinion on this. Ah! It's mailer - /etc/mail/mailer.conf . I almost would like this to be more generic. But sure, you could just come up with a config file method that regenerates a bunch of symlinks in /usr and such. It doesn't have to go through /etc/. Anyway, it's just an idea. It'd be nice to have bsdsort in the default build, called 'bsdsort'. Adrian