diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-08-23 09:06:28 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-08-23 09:06:28 +0000 |
| commit | 5d7e0128ff20da2a98e373b06ad05462903e68fb (patch) | |
| tree | 3071c9727dce865b3a01e7ed3bbb745b5bb35932 /libexec/ftpd/ftpd.8 | |
| parent | b1acc4a29957f7de9887bbf9f818eabaf2cb254d (diff) | |
Add option '-W': don't log FTP sessions to wtmp.
Submitted by: maxim
MFC after: 1 week
Notes
svn path=/head/; revision=102311
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 80d95ec929ea..69cf0c737a86 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 |
