summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-05-18 00:11:42 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-05-18 00:11:42 +0000
commit0a9ccc143e8c4371937ef95af2f0672acd236551 (patch)
tree80bb79a67c286f198d0be7e48b035f1878cc3851 /ftp
parentSince yesterday, the distfile has gone missing from sunsite. The (diff)
Remove "always UTC" patch
Notes
Notes: svn path=/head/; revision=11035
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ad29
-rw-r--r--ftp/wu-ftpd/files/patch-ad29
2 files changed, 0 insertions, 58 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ad b/ftp/wu-ftpd+ipv6/files/patch-ad
deleted file mode 100644
index a6cecf1bfc16..000000000000
--- 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... */
diff --git a/ftp/wu-ftpd/files/patch-ad b/ftp/wu-ftpd/files/patch-ad
deleted file mode 100644
index a6cecf1bfc16..000000000000
--- a/ftp/wu-ftpd/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... */