diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-12-15 13:55:01 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-12-15 13:55:01 +0000 |
commit | 44c75420e3aa8a2af5adbfc642422c787520b215 (patch) | |
tree | 3e309f1156cdd2766b19ac2a1a0ac31394284cd2 /libexec | |
parent | 5e996d1224326833567a2e3c7717bb29e8fa5929 (diff) |
s,/var/run/wtmp,/var/log/wtmp and add it to FILES.
from Steffen Daode Nurpmeso with a tweak from jmc@
ok jmc@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index a8ebf02b74e..6e4b3cf0ebd 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.67 2011/12/14 18:01:55 ajacoutot Exp $ +.\" $OpenBSD: ftpd.8,v 1.68 2011/12/15 13:55:00 ajacoutot Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: December 14 2011 $ +.Dd $Mdocdate: December 15 2011 $ .Dt FTPD 8 .Os .Sh NAME @@ -154,7 +154,7 @@ instead of the default specified in Also disallows chmod. .It Fl W Do not save login records to -.Pa /var/run/wtmp . +.Pa /var/log/wtmp . .Fl W and .Fl U @@ -528,6 +528,8 @@ printed after a successful login displayed and access refused .It Pa /var/log/ftpd log file for anonymous downloads +.It Pa /var/log/wtmp +login account records .It Pa /var/run/ftpd.pid process ID if running in daemon mode .It Pa /var/run/utmp |