summaryrefslogtreecommitdiff
path: root/debian/patches/ssh-argv0.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:19 +0000
committerColin Watson <cjwatson@debian.org>2014-02-09 16:25:52 +0000
commitd26565af8589d88f824b26f31da493f1056efcf4 (patch)
treeff5e3b9c0fbb553f4f4c6e8836070659f266108e /debian/patches/ssh-argv0.patch
parent16fb149cbb42efe0cb13f3edbafcb1a21ecfe574 (diff)
parentbb5616c94d6d6b97890e90dd01a7ad07c663dc0b (diff)
Initialize git-dpm
Diffstat (limited to 'debian/patches/ssh-argv0.patch')
-rw-r--r--debian/patches/ssh-argv0.patch26
1 files changed, 18 insertions, 8 deletions
diff --git a/debian/patches/ssh-argv0.patch b/debian/patches/ssh-argv0.patch
index 28d144221..b15f251ef 100644
--- a/debian/patches/ssh-argv0.patch
+++ b/debian/patches/ssh-argv0.patch
@@ -1,17 +1,27 @@
1Description: ssh(1): Refer to ssh-argv0(1) 1From b339802cbe8c304541273029a1c9c3c639725643 Mon Sep 17 00:00:00 2001
2 Old versions of OpenSSH (up to 2.5 or thereabouts) allowed creating 2From: Colin Watson <cjwatson@debian.org>
3 symlinks to ssh with the name of the host you want to connect to. Debian 3Date: Sun, 9 Feb 2014 16:10:10 +0000
4 ships an ssh-argv0 script restoring this feature; this patch refers to its 4Subject: ssh(1): Refer to ssh-argv0(1)
5 manual page from ssh(1). 5
6Old versions of OpenSSH (up to 2.5 or thereabouts) allowed creating symlinks
7to ssh with the name of the host you want to connect to. Debian ships an
8ssh-argv0 script restoring this feature; this patch refers to its manual
9page from ssh(1).
10
6Bug-Debian: http://bugs.debian.org/111341 11Bug-Debian: http://bugs.debian.org/111341
7Forwarded: not-needed 12Forwarded: not-needed
8Last-Update: 2013-09-14 13Last-Update: 2013-09-14
9 14
10Index: b/ssh.1 15Patch-Name: ssh-argv0.patch
11=================================================================== 16---
17 ssh.1 | 1 +
18 1 file changed, 1 insertion(+)
19
20diff --git a/ssh.1 b/ssh.1
21index b3c3924..c0cc12f 100644
12--- a/ssh.1 22--- a/ssh.1
13+++ b/ssh.1 23+++ b/ssh.1
14@@ -1451,6 +1451,7 @@ 24@@ -1451,6 +1451,7 @@ if an error occurred.
15 .Xr sftp 1 , 25 .Xr sftp 1 ,
16 .Xr ssh-add 1 , 26 .Xr ssh-add 1 ,
17 .Xr ssh-agent 1 , 27 .Xr ssh-agent 1 ,