diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-12 14:09:23 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-12 14:09:23 +0000 |
| commit | 0e510aed5be5af57cd9b6eba1b043f27855077bd (patch) | |
| tree | 52d5e25b617655b4e80741bfc2b20c1170aa297a /libexec/ftpd | |
| parent | 656ba99342b2e79ec7cee90f1f404a11a70a49bb (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 5cb662081605..df639327564d 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 -.\" $Id: ftpd.8,v 1.23 1998/09/29 22:02:06 alex Exp $ +.\" $Id: ftpd.8,v 1.24 1998/12/02 22:11:02 billf Exp $ .\" .Dd April 19, 1994 .Dt FTPD 8 @@ -138,7 +138,7 @@ Allow only anonymous ftp access. .El .Pp The file -.Pa /etc/nologin +.Pa /var/run/nologin can be used to disable ftp access. If the file exists, .Nm @@ -436,7 +436,7 @@ Virtual hosting configuration file. Welcome notice. .It Pa /etc/ftpmotd Welcome notice after login. -.It Pa /etc/nologin +.It Pa /var/run/nologin Displayed and access refused. .It Pa /var/log/ftpd Log file for anonymous transfers. |
