-----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----- _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"