diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:20:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:20:06 +0000 |
commit | d92ccc5852f34167429fdadb46294ea5527d8883 (patch) | |
tree | 9814bfc193fab03dcb43d6218721ef079ed01901 /debian/patches/shell-path.patch | |
parent | Merging upstream version 1:9.7p1. (diff) | |
download | openssh-d92ccc5852f34167429fdadb46294ea5527d8883.tar.xz openssh-d92ccc5852f34167429fdadb46294ea5527d8883.zip |
Adding debian version 1:9.7p1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/shell-path.patch')
-rw-r--r-- | debian/patches/shell-path.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/shell-path.patch b/debian/patches/shell-path.patch index 381122e..ce44ea4 100644 --- a/debian/patches/shell-path.patch +++ b/debian/patches/shell-path.patch @@ -1,4 +1,4 @@ -From b2e4df6aa3245d06c318d8977612d863ee427289 Mon Sep 17 00:00:00 2001 +From 3f074c0c57936f7a8f30a3b29231b52e640156b7 Mon Sep 17 00:00:00 2001 From: Colin Watson <cjwatson@debian.org> Date: Sun, 9 Feb 2014 16:10:00 +0000 Subject: Look for $SHELL on the path for ProxyCommand/LocalCommand @@ -16,7 +16,7 @@ Patch-Name: shell-path.patch 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sshconnect.c b/sshconnect.c -index bd077c75c..69256c354 100644 +index d8efc50ce..1d5bcc782 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -247,7 +247,7 @@ ssh_proxy_connect(struct ssh *ssh, const char *host, const char *host_arg, @@ -28,7 +28,7 @@ index bd077c75c..69256c354 100644 perror(argv[0]); exit(1); } -@@ -1678,7 +1678,7 @@ ssh_local_cmd(const char *args) +@@ -1680,7 +1680,7 @@ ssh_local_cmd(const char *args) if (pid == 0) { ssh_signal(SIGPIPE, SIG_DFL); debug3("Executing %s -c \"%s\"", shell, args); |