- djm@cvs.openbsd.org 2014/01/26 10:49:17
[scp-ssh-wrapper.sh scp.sh] make sure $SCP is tested on the remote end rather than whichever one happens to be in $PATH; from portable (Id sync only)
This commit is contained in:
parent
624a3ca376
commit
d705d987c2
|
@ -29,6 +29,11 @@
|
||||||
automatically generate revoked keys from listed keys rather than
|
automatically generate revoked keys from listed keys rather than
|
||||||
manually specifying each type; from portable
|
manually specifying each type; from portable
|
||||||
(Id sync only)
|
(Id sync only)
|
||||||
|
- djm@cvs.openbsd.org 2014/01/26 10:49:17
|
||||||
|
[scp-ssh-wrapper.sh scp.sh]
|
||||||
|
make sure $SCP is tested on the remote end rather than whichever one
|
||||||
|
happens to be in $PATH; from portable
|
||||||
|
(Id sync only)
|
||||||
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
||||||
[contrib/suse/openssh.spec] Crank version numbers
|
[contrib/suse/openssh.spec] Crank version numbers
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $OpenBSD: scp-ssh-wrapper.sh,v 1.2 2005/12/14 04:36:39 dtucker Exp $
|
# $OpenBSD: scp-ssh-wrapper.sh,v 1.3 2014/01/26 10:49:17 djm Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
printname () {
|
printname () {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: scp.sh,v 1.9 2013/05/17 10:35:43 dtucker Exp $
|
# $OpenBSD: scp.sh,v 1.10 2014/01/26 10:49:17 djm Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="scp"
|
tid="scp"
|
||||||
|
|
Loading…
Reference in New Issue