Date: Mon, 22 Oct 2012 08:12:11 -0400 From: Eitan Adler <eadler@freebsd.org> To: d@delphij.net 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: <CAF6rxgkdEG_WcByqN7dCvS1mj7WpJRzsKvs91DQVDWS-c93Rtw@mail.gmail.com> In-Reply-To: <5084CA3D.2030807@delphij.net> References: <201210220357.q9M3v18q026797@svn.freebsd.org> <5084CA3D.2030807@delphij.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22 October 2012 00:23, Xin Li <delphij@delphij.net> wrote: > -----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? Fixed. Thanks. I'm not sure how that happened. -- Eitan Adler Source & Ports committer X11, Bugmeister, Ports Security teams
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxgkdEG_WcByqN7dCvS1mj7WpJRzsKvs91DQVDWS-c93Rtw>