From adab758242121181700e48b4f6c60d6b660411fe Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 17 Aug 2016 13:40:58 +1000 Subject: [PATCH] Remove now-obsolete CVS $Id tags from text files. Since -portable switched to git, the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them. --- CREDITS | 3 --- INSTALL | 3 --- README | 2 -- README.platform | 3 --- README.privsep | 2 -- TODO | 2 -- 6 files changed, 15 deletions(-) diff --git a/CREDITS b/CREDITS index eaf105a91..43be5e5f2 100644 --- a/CREDITS +++ b/CREDITS @@ -100,6 +100,3 @@ Zack Weinberg - GNOME askpass enhancement Apologies to anyone I have missed. Damien Miller - -$Id: CREDITS,v 1.81 2006/08/30 17:24:41 djm Exp $ - diff --git a/INSTALL b/INSTALL index dc996f8a7..bd5967700 100644 --- a/INSTALL +++ b/INSTALL @@ -263,6 +263,3 @@ summary data may be published. If you experience problems compiling, installing or running OpenSSH. Please refer to the "reporting bugs" section of the webpage at http://www.openssh.com/ - - -$Id: INSTALL,v 1.91 2014/09/09 02:23:11 dtucker Exp $ diff --git a/README b/README index 4b6c3423f..a53551a98 100644 --- a/README +++ b/README @@ -65,5 +65,3 @@ References - (PAM also is standard on Solaris and HP-UX 11) [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html - -$Id: README,v 1.87 2014/08/10 01:35:06 djm Exp $ diff --git a/README.platform b/README.platform index 8d75c16c1..c7be95fb6 100644 --- a/README.platform +++ b/README.platform @@ -94,6 +94,3 @@ added to sshd's session stack which will prevent users from starting shell sessions. Alternatively, pam_nologin can be added to either the auth or account stacks which will prevent authentication entirely, but will still return the output from pam_nologin to the client. - - -$Id: README.platform,v 1.10 2009/08/28 23:14:48 dtucker Exp $ diff --git a/README.privsep b/README.privsep index f565e72da..d910650c5 100644 --- a/README.privsep +++ b/README.privsep @@ -59,5 +59,3 @@ Given the following process listing (from HP-UX): process 1005 is the sshd process listening for new connections. process 6917 is the privileged monitor process, 6919 is the user owned sshd process and 6921 is the shell process. - -$Id: README.privsep,v 1.16 2005/06/04 23:21:41 djm Exp $ diff --git a/TODO b/TODO index e8aaa4b96..645787a6c 100644 --- a/TODO +++ b/TODO @@ -82,5 +82,3 @@ PrivSep Issues: + SIA is broken - Cygwin + Privsep for Pre-auth only (no fd passing) - -$Id: TODO,v 1.58 2004/12/06 11:40:11 dtucker Exp $