diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-01-21 12:21:41 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-01-21 12:21:41 +0000 |
| commit | 125b96351a220401a063b41515158dff622a731d (patch) | |
| tree | 5281ddf179ebc9c48629a8843ff9024a9887f171 /libexec/ftpd/ftpd.8 | |
| parent | 9c013503bb8566a3ef22a611c05da3186fc13001 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd/ftpd.8')
| -rw-r--r-- | libexec/ftpd/ftpd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index aed7d5d57a58c..7d62e6b453931 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -144,7 +144,9 @@ port. When .Fl D is specified, write the daemon's process ID to -.Ar file . +.Ar file +instead of the default pid file, +.Pa /var/run/ftpd.pid . .It Fl R With this option set, .Nm @@ -519,7 +521,7 @@ executable need not be placed into the chrooted tree, nor need the .Pa ~/bin directory exist. .Sh FILES -.Bl -tag -width ".Pa /var/log/xferlog" -compact +.Bl -tag -width ".Pa /var/run/ftpd.pid" -compact .It Pa /etc/ftpusers List of unwelcome/restricted users. .It Pa /etc/ftpchroot @@ -530,6 +532,8 @@ Virtual hosting configuration file. Welcome notice. .It Pa /etc/ftpmotd Welcome notice after login. +.It Pa /var/run/ftpd.pid +Default pid file for daemon mode. .It Pa /var/run/nologin Displayed and access refused. .It Pa /var/log/ftpd |
