diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-18 00:11:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-18 00:11:42 +0000 |
commit | 0a9ccc143e8c4371937ef95af2f0672acd236551 (patch) | |
tree | 80bb79a67c286f198d0be7e48b035f1878cc3851 /ftp | |
parent | 622047c59308dce0c83e3a4f55721bd447901442 (diff) | |
download | ports-0a9ccc143e8c4371937ef95af2f0672acd236551.tar.gz ports-0a9ccc143e8c4371937ef95af2f0672acd236551.zip |
Remove "always UTC" patch
Notes
Notes:
svn path=/head/; revision=11035
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ad | 29 | ||||
-rw-r--r-- | ftp/wu-ftpd/files/patch-ad | 29 |
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... */ |