From owner-svn-src-all@FreeBSD.ORG Mon Oct 22 04:23:27 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A9A2351; Mon, 22 Oct 2012 04:23:27 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [64.62.153.212]) by mx1.freebsd.org (Postfix) with ESMTP id E849B8FC12; Mon, 22 Oct 2012 04:23:26 +0000 (UTC) Received: from Xins-MacBook-Pro.local (c-67-188-85-47.hsd1.ca.comcast.net [67.188.85.47]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by anubis.delphij.net (Postfix) with ESMTPSA id 55D6E1B6CE; Sun, 21 Oct 2012 21:23:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=delphij.net; s=anubis; t=1350879806; bh=txfgsw5I5+PECe3TydGe7n/lzJ1eJSwDQ7sJ7CcRERQ=; h=Date:From:Reply-To:To:CC:Subject:References:In-Reply-To; b=x/MPm4bIVUIpxFvILSSeg9QVixAYUqKXvlOEc5CM+lWFAOkpLZd3ZH+OthPHcG/JF Z6yPhWwjg2taC4xTHoKlZnAQWTzBPVB0aF4HbBuvA25AMbPZmgS2W57IiNnpbXChdo H99yjzB3aTpv9lwKxn1d6XoUOy3ASnMlr4no6fIg= Message-ID: <5084CA3D.2030807@delphij.net> Date: Sun, 21 Oct 2012 21:23:25 -0700 From: Xin Li Organization: The FreeBSD Project MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r241862 - in head/usr.bin: . ssh-copy-id References: <201210220357.q9M3v18q026797@svn.freebsd.org> In-Reply-To: <201210220357.q9M3v18q026797@svn.freebsd.org> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 Reply-To: d@delphij.net 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: Mon, 22 Oct 2012 04:23:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 10/21/12 8:57 PM, Eitan Adler wrote: > Author: eadler Date: Mon Oct 22 03:57:00 2012 New Revision: 241862 > URL: http://svn.freebsd.org/changeset/base/241862 > > Log: Add a clean-room reimplementation of a script originally > found in openssh's contrib directory. > > This version has more features and is better written. I intend to > submit this upstream as well. > > Reviewed by: bapt Reviewed by: des Approved by: cperciva MFC > after: 1 week > > Added: head/usr.bin/ssh-copy-id/ head/usr.bin/ssh-copy-id/Makefile > (contents, props changed) head/usr.bin/ssh-copy-id/ssh-copy-id.1 > (contents, props changed) head/usr.bin/ssh-copy-id/ssh-copy-id.sh > (contents, props changed) Modified: head/usr.bin/Makefile [...] > Added: head/usr.bin/ssh-copy-id/Makefile > ============================================================================== > > > - --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/usr.bin/ssh-copy-id/Makefile Mon Oct 22 03:57:00 2012 > (r241862) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +SCRIPTS= ssh-copy-id.sh > +MAN= ssh-copy-id.1 + +.include +# $FreeBSD$ + > +SCRIPTS= ssh-copy-id.sh +MAN= ssh-copy-id.1 + +.include > +# $FreeBSD$ + +SCRIPTS= ssh-copy-id.sh +MAN= > ssh-copy-id.1 + +.include +# $FreeBSD$ + +SCRIPTS= > ssh-copy-id.sh +MAN= ssh-copy-id.1 + +.include I think this should be just 1 versus 4 copies? Cheers, -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJQhMo9AAoJEG80Jeu8UPuznbEIAKyAYyP2YfYkckvd2vA6Xu/z BpScMKC6PdAqkwjbc4et48yzBEjdK8ptoKpGaq34OHgqLttjSgX6Wj9x9/tIP68R T6KxodV3ceFOHv+PBfrOI18GmI4MulpZgW1+hJiSEBzypiWJpPWXujPl5maWOQpm KKiMYYg5/8X0E+8ccBsb8uXEpHUl1c6432e9dHqI9inpt5WqlyWz7uz8Indm7mBi bmNCLODAqzxXBTtLkCNOBsHNisfXp/L/QNuVDDALr07IucYVl5Zb8ctwm32M52cu 4cmGHqjZFMbPyZqxhRRldMWTt+7fkBtOa6KwKoN84KReimxXIcct1VQlDnrcsw4= =7hXW -----END PGP SIGNATURE-----