Date: Sun, 21 Oct 2012 21:23:25 -0700 From: Xin Li <delphij@delphij.net> To: Eitan Adler <eadler@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r241862 - in head/usr.bin: . ssh-copy-id Message-ID: <5084CA3D.2030807@delphij.net> In-Reply-To: <201210220357.q9M3v18q026797@svn.freebsd.org> References: <201210220357.q9M3v18q026797@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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 <bsd.prog.mk> +# $FreeBSD$ + > +SCRIPTS= ssh-copy-id.sh +MAN= ssh-copy-id.1 + +.include > <bsd.prog.mk> +# $FreeBSD$ + +SCRIPTS= ssh-copy-id.sh +MAN= > ssh-copy-id.1 + +.include <bsd.prog.mk> +# $FreeBSD$ + +SCRIPTS= > ssh-copy-id.sh +MAN= ssh-copy-id.1 + +.include <bsd.prog.mk> 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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5084CA3D.2030807>