diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-01-21 18:08:16 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-01-21 18:08:16 +0000 |
| commit | 24c307eac7850ebc039f43c81bd2a96ba37270a6 (patch) | |
| tree | d7246ca0ba1c3ae72939db384ac9b8c967f60df3 /share | |
| parent | 669367a9a16fe10c78701957461156a1e2c4edf5 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/rc.conf.5 | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 3ee9e096e789..0855bce35dda 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 12, 2006 +.Dd January 21, 2006 .Dt RC.CONF 5 .Os .Sh NAME @@ -2889,6 +2889,27 @@ is set to these are the flags to pass to the .Xr sshd 8 daemon. +.It Va ftpd_program +.Pq Vt str +Path to the FTP server program +.Pa ( /usr/libexec/ftpd +is the default). +.It Va ftpd_enable +.Pq Vt bool +Set to +.Dq Li YES +to start +.Xr ftpd 8 +as a stand-alone daemon at system boot time. +.It Va ftpd_flags +.Pq Vt str +If +.Va ftpd_enable +is set to +.Dq Li YES , +these are the additional flags to pass to the +.Xr ftpd 8 +daemon. .It Va watchdogd_enable .Pq Vt bool If set to |
