From owner-svn-src-all@FreeBSD.ORG Tue Sep 7 18:09:57 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D19A10656C4; Tue, 7 Sep 2010 18:09:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1DE0D8FC26; Tue, 7 Sep 2010 18:09:56 +0000 (UTC) Received: by pvg4 with SMTP id 4so2217532pvg.13 for ; Tue, 07 Sep 2010 11:09:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=LETa/hoEBe7w9ygIBNMR0PpkDP24iDTsP3C2aRsE7jw=; b=VUUEOI8XRnJHE3T0hewGRTwmxRweeYByjoUx6aonTiMWUppGQ78EZV99BUDmHglicc bJ46CYlo6c3z7DVWjX1VqLURe2VzEAe47+3S3xKvLQWlCjYYW/AdZT8UT6G/pNELWt2O F/BAVX3KgTq8ytKH9mP649RuxnnHRI8U1f2UQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=mgY4+YX8x9p3OZiPMY2gy7pblXaIpSjxr7ru5/Vhtp0CuNV39jNxqfR5iQSbFYkf7p 8lqnI7QlHn4/yJ4oiQIVGrWMoPXilS8FvegJsDGyPKTuEG9QNhMJfF45idka/kPX1L3P vwgOuEbykUaPkAvkMU8FP42iO9vQZ3pJT07QE= Received: by 10.142.14.21 with SMTP id 21mr171873wfn.198.1283882994790; Tue, 07 Sep 2010 11:09:54 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 9sm6080631wfd.0.2010.09.07.11.09.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 07 Sep 2010 11:09:53 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 7 Sep 2010 11:09:34 -0700 From: Pyun YongHyeon Date: Tue, 7 Sep 2010 11:09:34 -0700 To: Christian Brueffer Message-ID: <20100907180934.GD1439@michelle.cdnetworks.com> References: <201009061102.o86B2oA3044130@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009061102.o86B2oA3044130@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r212254 - head/release/doc/share/misc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2010 18:09:57 -0000 On Mon, Sep 06, 2010 at 11:02:50AM +0000, Christian Brueffer wrote: > Author: brueffer > Date: Mon Sep 6 11:02:50 2010 > New Revision: 212254 > URL: http://svn.freebsd.org/changeset/base/212254 > > Log: > sis(4) should work on all architectures now. > Thanks a lot!