From owner-svn-src-all@FreeBSD.ORG Fri Jun 7 22:48:10 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A1829DD4 for ; Fri, 7 Jun 2013 22:48:10 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id 7D29418F0 for ; Fri, 7 Jun 2013 22:48:10 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id ld11so57712pab.36 for ; Fri, 07 Jun 2013 15:48:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tuZKMZdloe4FqeNkpJX/k60xiuu6fJyXDVVPJUyFhvA=; b=bvPsH5BVM9gwUlNcMIFnW90VyRdajJIjMP7Jr8+7BnNT4B2ZT0xU2u7L1ZvJjwiAUb JVZ/cREQ5ARS+gqHQYpUuo0YwIwmkTaqAWxqkS+htOqso6Gnig2zMA4ILOIGYcI99tvz JX1GXVJGUl7TA0UWwapRZ7EbhDwmTRcOJ/d64= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=tuZKMZdloe4FqeNkpJX/k60xiuu6fJyXDVVPJUyFhvA=; b=KGsAa99rPBLxi8KPJ0LRdvQeH7ezPTvXg4+YpI1Hl6YYLwvxzFbNw8UxTtjwmL3RYg 4pc1gur7vsBqIcVkQnEiqhG1ipHY+rgDF3aRePamra/+Cef5iFt4/5UuNbQyRDnLQmUz diUXOMyk2giUwawOk6xEQOA1rofK5z3SBzQ9rrqxqbLBM6RDehBArI0jusX2d561Om4F urtI56YfWwwPdyxQnJQXqyn39LEFszaMbt9yn/WrHgMjWvkIiKtASIn+HRsOVt3ED5Bn 72qy4WquGksNqlFhgfurRfsjTMVLnxA3L1VRF1uOvqLOtPKDq7VC+49OOm6SwdpKY2UC 3sSw== X-Received: by 10.68.171.36 with SMTP id ar4mr668824pbc.195.1370645290210; Fri, 07 Jun 2013 15:48:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.45.33 with HTTP; Fri, 7 Jun 2013 15:47:40 -0700 (PDT) In-Reply-To: <201306072021.r57KLUfD046462@svn.freebsd.org> References: <201306072021.r57KLUfD046462@svn.freebsd.org> From: Eitan Adler Date: Sat, 8 Jun 2013 00:47:40 +0200 Message-ID: Subject: Re: svn commit: r251507 - head/usr.sbin/portsnap/portsnap To: Xin LI Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkC87M2syTG/czSK9tc9iZh6K4789SYcfLdksLyMig1XquWrPCm7A74cBZDsEcupPBI5q11 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list 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: Fri, 07 Jun 2013 22:48:10 -0000 On 7 June 2013 22:21, Xin LI wrote: > Author: delphij > Date: Fri Jun 7 20:21:30 2013 > New Revision: 251507 > URL: http://svnweb.freebsd.org/changeset/base/251507 > > Log: > Make 'portsnap alfred' overwrite ports tree if it's not created by a > portsnap. FWIW, the 'alfred' command is poorly named and is used by other projects (ISTR portshaker uses it). It should also be documented. -- Eitan Adler