From owner-freebsd-fs@FreeBSD.ORG Thu Dec 2 00:02:40 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ADA7106564A; Thu, 2 Dec 2010 00:02:40 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id B957A8FC12; Thu, 2 Dec 2010 00:02:36 +0000 (UTC) Received: by yxh35 with SMTP id 35so4003174yxh.13 for ; Wed, 01 Dec 2010 16:02:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=W0yGGdKr5QzoDa7gFSuy5V/Bs/LItbcBRGn7m0+cuKU=; b=QoZNrYSAGeunpFRPt077djqFrXSLCJKrl0CLkrXCwd+msxiLjftKdUeEbRR9mu633M SJmpavKJl050+zcnku2rdjauPVLdWdnRleASaYMOoylD0+q4kiZYdgC2bKWpsF+RDaRD 5NRVRpsXqNiDIqWkh+YfY2UtawNOlZlPaI+yQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=dhgSSDkv4+1yWevaWi4ZwMXjjgIdJ4lnK/2S4dTAnfYWhIMc7CL67qs5fF7qeNpkEI /+FwplRi2DAtvNMSvb6sYjUMQZiQGhje8ucowZk3SE7P7dzOLFz8r4cqnCu/Z0MM/poP RaXY9MrCKUZnMMF2FHsWoi/zxPYYNoXEJ5XrQ= MIME-Version: 1.0 Received: by 10.91.17.5 with SMTP id u5mr167242agi.165.1291248155669; Wed, 01 Dec 2010 16:02:35 -0800 (PST) Received: by 10.90.226.2 with HTTP; Wed, 1 Dec 2010 16:02:35 -0800 (PST) Date: Wed, 1 Dec 2010 16:02:35 -0800 Message-ID: From: Freddie Cash To: FreeBSD Filesystems Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD-Current Subject: Update to zfs command removes Python dep X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 00:02:40 -0000 Just a head's up, the Illumos devs have committed an update to zfs that removes the dependency on Python. Blog report here: http://gdamore.blogspot.com/2010/12/zfs-should-not-depend-on-python-and.html This may (or may not) make it easier to import a newer version of ZFS into -CURRENT. -- Freddie Cash fjwcash@gmail.com