diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-17 09:02:38 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-17 09:02:38 +0000 |
commit | b42d59decea20d0dd304c61f86e23ec694d5c2ac (patch) | |
tree | a08ee06ea9dcebd4241ead93ba5f086b400ae8c4 /ftp | |
parent | 50e22aab41d93539dcbe6eae886e55184f2f60c9 (diff) | |
download | ports-b42d59decea20d0dd304c61f86e23ec694d5c2ac.tar.gz ports-b42d59decea20d0dd304c61f86e23ec694d5c2ac.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-al | 18 | ||||
-rw-r--r-- | ftp/wu-ftpd/files/patch-al | 18 |
2 files changed, 0 insertions, 36 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-al b/ftp/wu-ftpd+ipv6/files/patch-al deleted file mode 100644 index f4f9264cc955..000000000000 --- a/ftp/wu-ftpd+ipv6/files/patch-al +++ /dev/null @@ -1,18 +0,0 @@ -*** ftpd.c.bak Wed Jan 1 22:10:05 1997 ---- src/ftpd.c Wed Jan 1 22:10:14 1997 -*************** -*** 2503,2508 **** ---- 2503,2514 ---- - void - dologout(int status) - { -+ /* -+ * Prevent reception of SIGURG from resulting in a resumption -+ * back to the main program loop. -+ */ -+ transflag = 0; -+ - if (logged_in) { - (void) seteuid((uid_t) 0); - logwtmp(ttyline, "", ""); - diff --git a/ftp/wu-ftpd/files/patch-al b/ftp/wu-ftpd/files/patch-al deleted file mode 100644 index f4f9264cc955..000000000000 --- a/ftp/wu-ftpd/files/patch-al +++ /dev/null @@ -1,18 +0,0 @@ -*** ftpd.c.bak Wed Jan 1 22:10:05 1997 ---- src/ftpd.c Wed Jan 1 22:10:14 1997 -*************** -*** 2503,2508 **** ---- 2503,2514 ---- - void - dologout(int status) - { -+ /* -+ * Prevent reception of SIGURG from resulting in a resumption -+ * back to the main program loop. -+ */ -+ transflag = 0; -+ - if (logged_in) { - (void) seteuid((uid_t) 0); - logwtmp(ttyline, "", ""); - |