summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--regress/scp-ssh-wrapper.sh2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b9e4e2a50..377e6242b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,6 +56,10 @@
56 [regress/agent-getpeereid.sh] 56 [regress/agent-getpeereid.sh]
57 all other scripts in this dir use $SUDO, not 'sudo', so pull this even 57 all other scripts in this dir use $SUDO, not 'sudo', so pull this even
58 ok markus@ 58 ok markus@
59 - dtucker@cvs.openbsd.org 2005/12/14 04:36:39
60 [regress/scp-ssh-wrapper.sh]
61 Fix assumption about how many args scp will pass; ok djm@
62 NB. ID sync only, we already had this
59 63
6020060129 6420060129
61 - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the 65 - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
@@ -3781,4 +3785,4 @@
3781 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3785 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3782 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3786 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3783 3787
3784$Id: ChangeLog,v 1.4107 2006/01/31 11:02:16 djm Exp $ 3788$Id: ChangeLog,v 1.4108 2006/01/31 11:03:11 djm Exp $
diff --git a/regress/scp-ssh-wrapper.sh b/regress/scp-ssh-wrapper.sh
index 594337d11..d1005a995 100644
--- a/regress/scp-ssh-wrapper.sh
+++ b/regress/scp-ssh-wrapper.sh
@@ -1,5 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: scp-ssh-wrapper.sh,v 1.1 2004/06/13 13:51:02 dtucker Exp $ 2# $OpenBSD: scp-ssh-wrapper.sh,v 1.2 2005/12/14 04:36:39 dtucker Exp $
3# Placed in the Public Domain. 3# Placed in the Public Domain.
4 4
5printname () { 5printname () {