From owner-freebsd-current@FreeBSD.ORG Sun Mar 18 00:20:29 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 262601065675; Sun, 18 Mar 2012 00:20:29 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id BEA598FC1F; Sun, 18 Mar 2012 00:20:27 +0000 (UTC) Received: by lagv3 with SMTP id v3so5643283lag.13 for ; Sat, 17 Mar 2012 17:20:26 -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=6sI8J7XcvN1bWwwf6hwNG2cbq+nCdRNsybEf3CWS+j4=; b=ZqQ+KFBkmujXqaHnda5ySHxllq0q/HENLaXDnadhNPC/rqTvArqbwpwZ80uTgsohwm ppNceV3XNwC3lifF1iXikgnvx1A7ePLmIAw9Z0hA9iDmow8UKYr+8bHFjdbntVqcpSLX 0lpbfbgxv2O4QsEfIk8nRmLETAVQjW13VzP63jAlOT62MPlClrhFVMEqxd0Gs2bhJl4S ewqIzJcc376ootSF4qmXFSTjeogZckQLLe3o+h4d+IaUh+6H26QQ0oUkdk74tQ31H0e/ vvjJio5W5Fo0BCdKt+NiQSgLzeBB2SOpTOMPKbVj82bb5DBYrbyp7wvnpd4l51eUHuna tEWA== MIME-Version: 1.0 Received: by 10.152.131.3 with SMTP id oi3mr6134401lab.35.1332030026493; Sat, 17 Mar 2012 17:20:26 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.112.115.99 with HTTP; Sat, 17 Mar 2012 17:20:26 -0700 (PDT) In-Reply-To: <4F65292D.9000409@FreeBSD.org> References: <4F60C059.7060904@FreeBSD.org> <4F63E809.1080606@FreeBSD.org> <4F63ED21.60302@vangyzen.net> <4F640E54.1040401@FreeBSD.org> <20120317102702.GC83408@azathoth.lan> <4F651F86.40200@FreeBSD.org> <4F65292D.9000409@FreeBSD.org> Date: Sat, 17 Mar 2012 17:20:26 -0700 X-Google-Sender-Auth: BQBBYt60wXtdvE9npUhEw5IhSJg Message-ID: From: Adrian Chadd To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: Baptiste Daroussin , Jonathan Anderson , freebsd-current@freebsd.org, Oleg Moskalenko , Eric van Gyzen , Gabor Kovesdan , freebsd-ports@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: Sun, 18 Mar 2012 00:20:29 -0000 On 17 March 2012 17:15, Doug Barton wrote: > Sure, and in that situation the conf file in /etc would still work just > as well. How will the conf file work? If there's a program like what mailer.conf uses, sure. If the symlink is directly from sort to /usr/bin/bsdsort, no so much. The shared root filesystem is readonly, so the netbooted/VM host can't change it. Adrian