summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-08-17 13:40:58 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-08-17 13:40:58 +1000
commitadab758242121181700e48b4f6c60d6b660411fe (patch)
tree92ca472623a962695a1b56fe7a3b1fa24f9b4244
parent560c0068541315002ec4c1c00a560bbd30f2d671 (diff)
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.
-rw-r--r--CREDITS3
-rw-r--r--INSTALL3
-rw-r--r--README2
-rw-r--r--README.platform3
-rw-r--r--README.privsep2
-rw-r--r--TODO2
6 files changed, 0 insertions, 15 deletions
diff --git a/CREDITS b/CREDITS
index eaf105a91..43be5e5f2 100644
--- a/CREDITS
+++ b/CREDITS
@@ -100,6 +100,3 @@ Zack Weinberg <zack@wolery.cumb.org> - GNOME askpass enhancement
100Apologies to anyone I have missed. 100Apologies to anyone I have missed.
101 101
102Damien Miller <djm@mindrot.org> 102Damien Miller <djm@mindrot.org>
103
104$Id: CREDITS,v 1.81 2006/08/30 17:24:41 djm Exp $
105
diff --git a/INSTALL b/INSTALL
index dc996f8a7..bd5967700 100644
--- a/INSTALL
+++ b/INSTALL
@@ -263,6 +263,3 @@ summary data may be published.
263If you experience problems compiling, installing or running OpenSSH. 263If you experience problems compiling, installing or running OpenSSH.
264Please refer to the "reporting bugs" section of the webpage at 264Please refer to the "reporting bugs" section of the webpage at
265http://www.openssh.com/ 265http://www.openssh.com/
266
267
268$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 -
65 (PAM also is standard on Solaris and HP-UX 11) 65 (PAM also is standard on Solaris and HP-UX 11)
66[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 66[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
67[7] http://www.openssh.com/faq.html 67[7] http://www.openssh.com/faq.html
68
69$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
94sessions. Alternatively, pam_nologin can be added to either the auth or 94sessions. Alternatively, pam_nologin can be added to either the auth or
95account stacks which will prevent authentication entirely, but will still 95account stacks which will prevent authentication entirely, but will still
96return the output from pam_nologin to the client. 96return the output from pam_nologin to the client.
97
98
99$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):
59process 1005 is the sshd process listening for new connections. 59process 1005 is the sshd process listening for new connections.
60process 6917 is the privileged monitor process, 6919 is the user owned 60process 6917 is the privileged monitor process, 6919 is the user owned
61sshd process and 6921 is the shell process. 61sshd process and 6921 is the shell process.
62
63$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:
82 + SIA is broken 82 + SIA is broken
83- Cygwin 83- Cygwin
84 + Privsep for Pre-auth only (no fd passing) 84 + Privsep for Pre-auth only (no fd passing)
85
86$Id: TODO,v 1.58 2004/12/06 11:40:11 dtucker Exp $