summaryrefslogtreecommitdiffstats
path: root/ftp/wu-ftpd+ipv6
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-05-18 00:11:42 +0000
committerache <ache@FreeBSD.org>1998-05-18 00:11:42 +0000
commit3d56946d748266cd2fa0378d495e2fd3a2ddda95 (patch)
treeb86034bb62f434f362fec72a0a4fd7736323f6b4 /ftp/wu-ftpd+ipv6
parentf0f7e067e2a04fdd8e2a0aa19e21f9829ad00f2d (diff)
downloadFreeBSD-ports-3d56946d748266cd2fa0378d495e2fd3a2ddda95.zip
FreeBSD-ports-3d56946d748266cd2fa0378d495e2fd3a2ddda95.tar.gz
Remove "always UTC" patch
Diffstat (limited to 'ftp/wu-ftpd+ipv6')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ad29
1 files changed, 0 insertions, 29 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ad b/ftp/wu-ftpd+ipv6/files/patch-ad
deleted file mode 100644
index a6cecf1..0000000
--- a/ftp/wu-ftpd+ipv6/files/patch-ad
+++ /dev/null
@@ -1,29 +0,0 @@
-*** src/popen.c.bak Fri Sep 12 06:09:30 1997
---- src/popen.c Fri May 15 21:01:29 1998
-***************
-*** 87,92 ****
---- 87,93 ----
- *strspl(),
- #endif
- *globerr;
-+ static char *envtz[2] = {"TZ=", NULL};
- #ifdef HAVE_GETRLIMIT
- struct rlimit rlp;
-
-***************
-*** 178,184 ****
- setuid(i);
- enable_signaling(); /* we can allow signals once again: kinch */
- /* end CERT suggested fixes */
-! execv(gargv[0], gargv);
- _exit(1);
- }
- /* parent; assume fdopen can't fail... */
---- 179,185 ----
- setuid(i);
- enable_signaling(); /* we can allow signals once again: kinch */
- /* end CERT suggested fixes */
-! execve(gargv[0], gargv, envtz);
- _exit(1);
- }
- /* parent; assume fdopen can't fail... */
OpenPOWER on IntegriCloud