From owner-freebsd-current@FreeBSD.ORG Tue Aug 26 20:04:17 2014 Return-Path: Delivered-To: freebsd-current@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 39759A90; Tue, 26 Aug 2014 20:04:17 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.feld.me", Issuer "Gandi Standard SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9B7A3784; Tue, 26 Aug 2014 20:04:16 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]); by mail.feld.me (OpenSMTPD) with ESMTP id 648d1a6c; Tue, 26 Aug 2014 15:04:15 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=feld.me; h=mime-version :date:content-type:content-transfer-encoding:message-id:from :subject:to:cc:in-reply-to:references:sender; s=blargle2; bh=AjJ h9UKE6BVtpmPMPs8cQwDfcLs=; b=0382DS5aLACmJQRmjqOsvD/5VfUcTkqf1xQ CxsZo0LkQpEu7Kqo3V4ByNwhicfUkJkBnJz/qCTKZ6geZLXUSIraNqzFypf0+/RM u9XU4rP76lIVq537Z7e1GyqvOxK145fc1PQd/BtiFKPMnjh6cA955WGXUca70Cwt MaUf5QHwUbx2CD3Lb61V0LNBrYeVrwXVadgPMHoJo0ZoppQSKg/VC2dXKyCCrJC3 7qjzp+SW4i5zSFhEZu+23fKWHbhlxk5fYlhytYoKdDTXWm6XcVQ0n5CkoVDxa4xg pD2vuANoR7jegdJNgVVEEBymQvNmBTxEFkbCsdjOhb5FD5GDS+g== DomainKey-Signature: a=rsa-sha1; c=nofws; d=feld.me; h=mime-version:date :content-type:content-transfer-encoding:message-id:from:subject :to:cc:in-reply-to:references:sender; q=dns; s=blargle2; b=tZlVu AHNovKm3+4J/pM8VpxOvvQrwccOUICfYkkBfrVVv2u6+LzPpEq1yIiLzwyF8iO0m KwMJr55UCArsaPslo46mHc/Q04bP15BpSTk12PAN8acDzvmKokfpy5KnZdlnnvtY aUU66P2lwxa0I8hGBJgvNHiuxNkCDETbY1XcBNyU77fZgctIVB+mS4woIVHYSiEq 1pPXGokc9c9ju08/an5cbVrslNDcULaUurXwxBmXaqsfmcgTSio5Jewh/nvgt/ji 8/+V7nzZ6NflQf2qGIAHVTuYU2MKsY+IFxGfaJD8/P5g/IFHxC/ic6ML3sV/LYi6 SrXMosU//C4xHmCJA== Received: from mail.feld.me (mail.feld.me [66.170.3.6]); by mail.feld.me (OpenSMTPD) with ESMTP id 2246eeb3; Tue, 26 Aug 2014 15:04:15 -0500 (CDT) Received: from feld@feld.me by mail.feld.me (Archiveopteryx 3.2.0) with esmtpa id 1409083454-26244-26241/5/77; Tue, 26 Aug 2014 20:04:14 +0000 Mime-Version: 1.0 Date: Tue, 26 Aug 2014 20:04:14 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: RainLoop/1.6.8.153 From: Mark Felder Subject: Re: FreeBSD 10 and zfsd To: Garrett Cooper , Alan Somers In-Reply-To: <73E03261-8087-415A-BD04-EAADFF90C080@gmail.com> References: <73E03261-8087-415A-BD04-EAADFF90C080@gmail.com> <5256B761.4050301@gmail.com> <1381421583.19140.32451849.084D8E32@webmail.messagingengine.com> <5256E2D5.4060101@allanjude.com> <1387388390.28188.61199633.413D38F8@webmail.messagingengine.com> <53A7CE1B.7090400@gmail.com> <8e598a07cf5bc8690749120295936c40@mail.feld.me> Sender: feld@feld.me Cc: Johan Hendriks , FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Aug 2014 20:04:17 -0000 August 26 2014 2:49 PM, "Garrett Cooper" wrote:=20 > > Why not just require ksh93 from ports? >=20 Because zfsd is going to be in base, not in ports. Everything in base = needs to work without any ports requirements. Also ksh93 has been... = problematic. It has a history of breaking on i386, sparc64, current, = etc. It's not exactly a reliable dependency.