summaryrefslogtreecommitdiff
path: root/shells/scponly/files/patch-ac
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-29 05:17:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-29 05:17:54 +0000
commit66e43df3729911d514bab54fc262af2358c4fbd6 (patch)
tree19ffa0ab341b3e225066b07b75a9260c1035fd90 /shells/scponly/files/patch-ac
parent[NEW PORT] cad/gplcver: A Verilog HDL simulator (diff)
[Maintainer update] shells/scponly: Update to 4.3.
Update to 4.3. Highlights in this release, - Compatibility of WinSCP in SCP mode improved. - The scponlyc (chroot'ed version of scponly) works again. PR: ports/91039 Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
Diffstat (limited to 'shells/scponly/files/patch-ac')
-rw-r--r--shells/scponly/files/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/shells/scponly/files/patch-ac b/shells/scponly/files/patch-ac
deleted file mode 100644
index c35744bdd44a..000000000000
--- a/shells/scponly/files/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- scponly.c.orig Thu Dec 22 08:12:22 2005
-+++ scponly.c Tue Dec 27 23:09:30 2005
-@@ -611,7 +611,9 @@ int process_ssh_request(char *request)
- fflush(stdout);
- fflush(stderr);
- discard_vector(av);
-+#ifdef USE_SAFE_ENVIRONMENT
- discard_vector(safeenv);
-+#endif
- free(flat_request);
- free(tmprequest);
- return(WEXITSTATUS(status));
-@@ -629,7 +631,9 @@ int process_ssh_request(char *request)
- syslog(LOG_ERR, "failed: %s with error %s(%u) (%s)", flat_request, strerror(errno), errno, logstamp());
- free(flat_request);
- discard_vector(av);
-+#ifdef USE_SAFE_ENVIRONMENT
- discard_vector(safeenv);
-+#endif
- #ifdef WINSCP_COMPAT
- if (winscp_mode)
- {