From owner-cvs-all Tue Mar 12 10:38:31 2002 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 60F0B37B416; Tue, 12 Mar 2002 10:38:09 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA33549; Tue, 12 Mar 2002 20:38:06 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (h55.228.dialup.iptcom.net [212.9.228.55]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA06012; Tue, 12 Mar 2002 20:38:05 +0200 (EET) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id g2CIbXR85164; Tue, 12 Mar 2002 20:37:33 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200203121837.g2CIbXR85164@vega.vega.com> Subject: Re: cvs commit: ports/security/openssh/files patch-Makefile patch-Makefile.inc To: dinoex@FreeBSD.ORG (Dirk Meyer) Date: Tue, 12 Mar 2002 20:37:26 +0200 (EET) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: from "Dirk Meyer" at Mar 12, 2002 09:54:14 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What about "always preserve history" golden rule? -Maxim > > dinoex 2002/03/12 09:54:14 PST > > Added files: > security/openssh/files patch-Makefile patch-Makefile.inc > patch-auth.c patch-clientloop.c > patch-includes.h patch-lib-Makefile > patch-pathnames.h patch-scp-Makefile > patch-session.c patch-ssh-Makefile > patch-ssh-add-Makefile > patch-ssh-agent-Makefile > patch-ssh-keygen-Makefile patch-ssh.c > patch-sshconnect.c patch-sshd-Makefile > patch-sshd.8 patch-sshd.c > patch-sshd_config patch-sshlogin.c > patch-sshpty.c > Removed files: > security/openssh/files patch-aa patch-ab patch-ac patch-ad > patch-ae patch-af patch-ag patch-ah > patch-ai patch-aj patch-ak patch-al > patch-am patch-an patch-ao patch-ap > patch-ar patch-as patch-at patch-au > patch-av > Log: > Rename Patches to make navigation much more easier. > > Revision Changes Path > 1.1 +10 -0 ports/security/openssh/files/patch-Makefile (new) > 1.1 +23 -0 ports/security/openssh/files/patch-Makefile.inc (new) > 1.7 +0 -20 ports/security/openssh/files/patch-aa (dead) > 1.12 +0 -23 ports/security/openssh/files/patch-ab (dead) > 1.10 +0 -71 ports/security/openssh/files/patch-ac (dead) > 1.15 +0 -24 ports/security/openssh/files/patch-ad (dead) > 1.6 +0 -14 ports/security/openssh/files/patch-ae (dead) > 1.6 +0 -13 ports/security/openssh/files/patch-af (dead) > 1.9 +0 -40 ports/security/openssh/files/patch-ag (dead) > 1.7 +0 -18 ports/security/openssh/files/patch-ah (dead) > 1.5 +0 -18 ports/security/openssh/files/patch-ai (dead) > 1.7 +0 -18 ports/security/openssh/files/patch-aj (dead) > 1.11 +0 -12 ports/security/openssh/files/patch-ak (dead) > 1.8 +0 -20 ports/security/openssh/files/patch-al (dead) > 1.10 +0 -44 ports/security/openssh/files/patch-am (dead) > 1.13 +0 -15 ports/security/openssh/files/patch-an (dead) > 1.10 +0 -23 ports/security/openssh/files/patch-ao (dead) > 1.10 +0 -11 ports/security/openssh/files/patch-ap (dead) > 1.6 +0 -14 ports/security/openssh/files/patch-ar (dead) > 1.5 +0 -14 ports/security/openssh/files/patch-as (dead) > 1.9 +0 -49 ports/security/openssh/files/patch-at (dead) > 1.13 +0 -157 ports/security/openssh/files/patch-au (dead) > 1.1 +97 -0 ports/security/openssh/files/patch-auth.c (new) > 1.7 +0 -97 ports/security/openssh/files/patch-av (dead) > 1.1 +11 -0 ports/security/openssh/files/patch-clientloop.c (new) > 1.1 +71 -0 ports/security/openssh/files/patch-includes.h (new) > 1.1 +24 -0 ports/security/openssh/files/patch-lib-Makefile (new) > 1.1 +20 -0 ports/security/openssh/files/patch-pathnames.h (new) > 1.1 +13 -0 ports/security/openssh/files/patch-scp-Makefile (new) > 1.1 +157 -0 ports/security/openssh/files/patch-session.c (new) > 1.1 +40 -0 ports/security/openssh/files/patch-ssh-Makefile (new) > 1.1 +18 -0 ports/security/openssh/files/patch-ssh-add-Makefile (new) > 1.1 +18 -0 ports/security/openssh/files/patch-ssh-agent-Makefile (new) > 1.1 +18 -0 ports/security/openssh/files/patch-ssh-keygen-Makefile (new) > 1.1 +12 -0 ports/security/openssh/files/patch-ssh.c (new) > 1.1 +49 -0 ports/security/openssh/files/patch-sshconnect.c (new) > 1.1 +44 -0 ports/security/openssh/files/patch-sshd-Makefile (new) > 1.1 +14 -0 ports/security/openssh/files/patch-sshd.8 (new) > 1.1 +15 -0 ports/security/openssh/files/patch-sshd.c (new) > 1.1 +23 -0 ports/security/openssh/files/patch-sshd_config (new) > 1.1 +14 -0 ports/security/openssh/files/patch-sshlogin.c (new) > 1.1 +14 -0 ports/security/openssh/files/patch-sshpty.c (new) > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message