diff options
author | Damien Miller <djm@mindrot.org> | 2006-01-31 22:03:11 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-01-31 22:03:11 +1100 |
commit | 15a815bb6476ddba55508b177773c9c99c6fe46e (patch) | |
tree | ec3ca47c49b0ad93e692daa48475ec6382167fa9 | |
parent | 27a0dfaea9e4bcea6d434a5ea5363869dfe2f73a (diff) |
- dtucker@cvs.openbsd.org 2005/12/14 04:36:39
[regress/scp-ssh-wrapper.sh]
Fix assumption about how many args scp will pass; ok djm@
NB. ID sync only, we already had this
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | regress/scp-ssh-wrapper.sh | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -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 | ||
60 | 20060129 | 64 | 20060129 |
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 | ||
5 | printname () { | 5 | printname () { |