summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-15 20:06:19 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-15 20:06:19 +1100
commit265d88d4e61e352de6791733c8b29fa3d7d0c26d (patch)
tree9e9bb40185b00095de1cf9788e3a492a33775e82 /contrib
parent015749e9b1d2f6e14733466d19ba72f014d0845c (diff)
Remove remaining now-obsolete cvs $Ids.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/aix/README1
-rwxr-xr-xcontrib/aix/buildbff.sh1
-rwxr-xr-xcontrib/aix/inventory.sh1
-rw-r--r--contrib/findssl.sh2
4 files changed, 0 insertions, 5 deletions
diff --git a/contrib/aix/README b/contrib/aix/README
index 4a11ae703..1aa591978 100644
--- a/contrib/aix/README
+++ b/contrib/aix/README
@@ -47,4 +47,3 @@ you get to keep both pieces.
47 - Darren Tucker (dtucker at zip dot com dot au) 47 - Darren Tucker (dtucker at zip dot com dot au)
48 2002/03/01 48 2002/03/01
49 49
50$Id: README,v 1.4 2003/08/25 05:01:04 dtucker Exp $
diff --git a/contrib/aix/buildbff.sh b/contrib/aix/buildbff.sh
index 81d8cc301..00b384dc7 100755
--- a/contrib/aix/buildbff.sh
+++ b/contrib/aix/buildbff.sh
@@ -1,7 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# buildbff.sh: Create AIX SMIT-installable OpenSSH packages 3# buildbff.sh: Create AIX SMIT-installable OpenSSH packages
4# $Id: buildbff.sh,v 1.13 2011/05/05 03:48:41 djm Exp $
5# 4#
6# Author: Darren Tucker (dtucker at zip dot com dot au) 5# Author: Darren Tucker (dtucker at zip dot com dot au)
7# This file is placed in the public domain and comes with absolutely 6# This file is placed in the public domain and comes with absolutely
diff --git a/contrib/aix/inventory.sh b/contrib/aix/inventory.sh
index e2641e79c..7d76f4971 100755
--- a/contrib/aix/inventory.sh
+++ b/contrib/aix/inventory.sh
@@ -1,7 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# inventory.sh 3# inventory.sh
4# $Id: inventory.sh,v 1.6 2003/11/21 12:48:56 djm Exp $
5# 4#
6# Originally written by Ben Lindstrom, modified by Darren Tucker to use perl 5# Originally written by Ben Lindstrom, modified by Darren Tucker to use perl
7# This file is placed into the public domain. 6# This file is placed into the public domain.
diff --git a/contrib/findssl.sh b/contrib/findssl.sh
index 263fd2644..95a0d66df 100644
--- a/contrib/findssl.sh
+++ b/contrib/findssl.sh
@@ -1,7 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# $Id: findssl.sh,v 1.4 2007/02/19 11:44:25 dtucker Exp $
4#
5# findssl.sh 3# findssl.sh
6# Search for all instances of OpenSSL headers and libraries 4# Search for all instances of OpenSSL headers and libraries
7# and print their versions. 5# and print their versions.