mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 14:54:45 +02:00
- 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
This commit is contained in:
parent
27a0dfaea9
commit
15a815bb64
@ -56,6 +56,10 @@
|
|||||||
[regress/agent-getpeereid.sh]
|
[regress/agent-getpeereid.sh]
|
||||||
all other scripts in this dir use $SUDO, not 'sudo', so pull this even
|
all other scripts in this dir use $SUDO, not 'sudo', so pull this even
|
||||||
ok markus@
|
ok markus@
|
||||||
|
- 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
|
||||||
|
|
||||||
20060129
|
20060129
|
||||||
- (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
|
- (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
|
||||||
@ -3781,4 +3785,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4107 2006/01/31 11:02:16 djm Exp $
|
$Id: ChangeLog,v 1.4108 2006/01/31 11:03:11 djm Exp $
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $OpenBSD: scp-ssh-wrapper.sh,v 1.1 2004/06/13 13:51:02 dtucker Exp $
|
# $OpenBSD: scp-ssh-wrapper.sh,v 1.2 2005/12/14 04:36:39 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
printname () {
|
printname () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user