diff options
author | yar <yar@FreeBSD.org> | 2002-08-23 09:06:28 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2002-08-23 09:06:28 +0000 |
commit | 8edf222b9e5a4d6a18709ba4ff2ad1e7ec81a932 (patch) | |
tree | 3071c9727dce865b3a01e7ed3bbb745b5bb35932 /libexec/ftpd/ftpd.8 | |
parent | e9b0577c0ea65f0ff1b1c6ded5dcd6f9f00c4d6b (diff) | |
download | FreeBSD-src-8edf222b9e5a4d6a18709ba4ff2ad1e7ec81a932.zip FreeBSD-src-8edf222b9e5a4d6a18709ba4ff2ad1e7ec81a932.tar.gz |
Add option '-W': don't log FTP sessions to wtmp.
Submitted by: maxim
MFC after: 1 week
Diffstat (limited to 'libexec/ftpd/ftpd.8')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 80d95ec..69cf0c7 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -40,7 +40,7 @@ .Nd Internet File Transfer Protocol server .Sh SYNOPSIS .Nm -.Op Fl 46AdDEmMoOrRSUv +.Op Fl 46AdDEmMoOrRSUvW .Op Fl l Op Fl l .Op Fl a Ar address .Op Fl p Ar file @@ -190,6 +190,9 @@ option will revert to the old behavior. .It Fl v A synonym for .Fl d . +.It Fl W +Don't log FTP sessions to +.Pa /var/log/wtmp . .El .Pp The file |