]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove remaining now-obsolete cvs $Ids.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 15 Feb 2018 09:06:19 +0000 (20:06 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 15 Feb 2018 09:06:19 +0000 (20:06 +1100)
Makefile.in
configure.ac
contrib/aix/README
contrib/aix/buildbff.sh
contrib/aix/inventory.sh
contrib/findssl.sh
mdoc2man.awk
mkinstalldirs
openbsd-compat/Makefile.in
openbsd-compat/regress/Makefile.in
regress/README.regress

index 030f196544c5108ef8ee84b6d65d9b3e05f95005..158a0e284a5bdddaf5d401cffa743f97a9e56f0a 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in,v 1.365 2014/08/30 06:23:07 djm Exp $
-
 # uncomment if you run a non bourne compatable shell. Ie. csh
 #SHELL = @SH@
 
index 38600e321d2d18b35a260f4f5c103a38849483d3..112cf5ae845ae4ce9d34b1d7eb799af62f6bf71d 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: configure.ac,v 1.583 2014/08/26 20:32:01 djm Exp $
 #
 # Copyright (c) 1999-2004 Damien Miller
 #
index 4a11ae7038f95a16f8ba3765eacc25ecc6ad9e45..1aa5919786cabcc79aec3df8b936b11fa1f94ec8 100644 (file)
@@ -47,4 +47,3 @@ you get to keep both pieces.
        - Darren Tucker (dtucker at zip dot com dot au)
          2002/03/01
 
-$Id: README,v 1.4 2003/08/25 05:01:04 dtucker Exp $
index 81d8cc30105c189fde2cb2b73053ab25f2ad2ce7..00b384dc7a61cb1a9227b3f70bdb6ee2735498cb 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
 # buildbff.sh: Create AIX SMIT-installable OpenSSH packages
-# $Id: buildbff.sh,v 1.13 2011/05/05 03:48:41 djm Exp $
 #
 # Author: Darren Tucker (dtucker at zip dot com dot au)
 # This file is placed in the public domain and comes with absolutely
index e2641e79c4f989d0150b0d1586c293fdf3592ad1..7d76f49715c4230da5dddd6169610a6968df174c 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
 # inventory.sh
-# $Id: inventory.sh,v 1.6 2003/11/21 12:48:56 djm Exp $
 #
 # Originally written by Ben Lindstrom, modified by Darren Tucker to use perl
 # This file is placed into the public domain.
index 263fd26445d57896625950121e22ea209e6eab79..95a0d66dfe6357aa90e2bbc8fb0135e037c2220b 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/sh
 #
-# $Id: findssl.sh,v 1.4 2007/02/19 11:44:25 dtucker Exp $
-#
 # findssl.sh
 #      Search for all instances of OpenSSL headers and libraries
 #      and print their versions.
index 3e8725452ed3236357ed3528315eedadb3e16878..d393ae6f1476c7b743edc0d9efe94590da613d32 100644 (file)
@@ -1,7 +1,5 @@
 #!/usr/bin/awk
 #
-# $Id: mdoc2man.awk,v 1.9 2009/10/24 00:52:42 dtucker Exp $
-#
 # Version history:
 #  v4+ Adapted for OpenSSH Portable (see cvs Id and history)
 #  v3, I put the program under a proper license
index 47d5f43fea60e2cbfeb180cfe3dbd90eab383727..399f40925ac7ab9d7d803c805c7f136a134d95f2 100755 (executable)
@@ -4,8 +4,6 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.2 2003/11/21 12:48:55 djm Exp $
-
 errstatus=0
 
 for file
index 62dbf856679c9fde0cf9db12cd6ebb27b19baea5..053f2ef2adbfdf0f0a7d2fd5c047aef1c633d68d 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in,v 1.56 2014/09/30 23:43:08 djm Exp $
-
 sysconfdir=@sysconfdir@
 piddir=@piddir@
 srcdir=@srcdir@
index dabdb091211d1c9cd061002e6631d812a2f25740..529331be5c26eb80f6957f549cd79856a5813ea1 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in,v 1.5 2014/06/17 13:06:08 dtucker Exp $
-
 sysconfdir=@sysconfdir@
 piddir=@piddir@
 srcdir=@srcdir@
index 9b99bdacb6cff39e16dc12c2020669ac4ab04729..867855017894d4d27e51e2ee8c5f5330e278fc30 100644 (file)
@@ -100,5 +100,3 @@ Known Issues.
 - Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head
   test to fail.  The old behaviour can be restored by setting (and
   exporting) _POSIX2_VERSION=199209 before running the tests.
-
-$Id: README.regress,v 1.12 2011/05/05 03:48:42 djm Exp $