summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-11-28 19:16:04 +0000
committerhenning <henning@openbsd.org>2004-11-28 19:16:04 +0000
commit10abc31df93875fd1472b05e3f7442d605acba9a (patch)
tree06e1042692caa26c4383fae996c17cdbaf838555
parentfix ttyline setting, fixes proctitle. (diff)
downloadwireguard-openbsd-10abc31df93875fd1472b05e3f7442d605acba9a.tar.xz
wireguard-openbsd-10abc31df93875fd1472b05e3f7442d605acba9a.zip
remove no longer appropriate bugs section
-rw-r--r--libexec/ftpd/ftpd.810
1 files changed, 1 insertions, 9 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index d5b92931477..d98322ae71f 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftpd.8,v 1.62 2004/11/21 23:54:48 jmc Exp $
+.\" $OpenBSD: ftpd.8,v 1.63 2004/11/28 19:16:04 henning Exp $
.\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
@@ -544,11 +544,3 @@ The
.Nm
command appeared in
.Bx 4.2 .
-.Sh BUGS
-The server must run as the superuser to create sockets with
-privileged port numbers.
-It maintains
-an effective user ID of the logged in user, reverting to
-the superuser only when binding addresses to sockets.
-The possible security holes have been extensively scrutinized,
-but are possibly incomplete.