From 0a9ccc143e8c4371937ef95af2f0672acd236551 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 18 May 1998 00:11:42 +0000 Subject: Remove "always UTC" patch --- ftp/wu-ftpd+ipv6/files/patch-ad | 29 ----------------------------- ftp/wu-ftpd/files/patch-ad | 29 ----------------------------- 2 files changed, 58 deletions(-) delete mode 100644 ftp/wu-ftpd+ipv6/files/patch-ad delete mode 100644 ftp/wu-ftpd/files/patch-ad (limited to 'ftp') 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... */ -- cgit v1.2.3