summaryrefslogtreecommitdiff
path: root/debian/patches/ssh-agent-setgid.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-agent-setgid.patch
parent16fb149cbb42efe0cb13f3edbafcb1a21ecfe574 (diff)
parentbb5616c94d6d6b97890e90dd01a7ad07c663dc0b (diff)
Initialize git-dpm
Diffstat (limited to 'debian/patches/ssh-agent-setgid.patch')
-rw-r--r--debian/patches/ssh-agent-setgid.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/debian/patches/ssh-agent-setgid.patch b/debian/patches/ssh-agent-setgid.patch
index 7e909a165..3760e8c14 100644
--- a/debian/patches/ssh-agent-setgid.patch
+++ b/debian/patches/ssh-agent-setgid.patch
@@ -1,14 +1,22 @@
1Description: Document consequences of ssh-agent being setgid in ssh-agent(1) 1From 92a81c0caf44c15d3a07cf1f36470ca05c11ff1e Mon Sep 17 00:00:00 2001
2Author: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 9 Feb 2014 16:10:13 +0000
4Subject: Document consequences of ssh-agent being setgid in ssh-agent(1)
5
3Bug-Debian: http://bugs.debian.org/711623 6Bug-Debian: http://bugs.debian.org/711623
4Forwarded: no 7Forwarded: no
5Last-Update: 2013-06-08 8Last-Update: 2013-06-08
6 9
7Index: b/ssh-agent.1 10Patch-Name: ssh-agent-setgid.patch
8=================================================================== 11---
12 ssh-agent.1 | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15diff --git a/ssh-agent.1 b/ssh-agent.1
16index bb801c9..d370531 100644
9--- a/ssh-agent.1 17--- a/ssh-agent.1
10+++ b/ssh-agent.1 18+++ b/ssh-agent.1
11@@ -182,6 +182,21 @@ 19@@ -182,6 +182,21 @@ environment variable holds the agent's process ID.
12 .Pp 20 .Pp
13 The agent exits automatically when the command given on the command 21 The agent exits automatically when the command given on the command
14 line terminates. 22 line terminates.