summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-01-21 18:08:16 +0000
committeryar <yar@FreeBSD.org>2006-01-21 18:08:16 +0000
commite9ad335f2d503951dc2c390c60f355bbfab939b8 (patch)
treed7246ca0ba1c3ae72939db384ac9b8c967f60df3 /share
parent06de550b9ddd31b26a79653d2b5efd8b47d8283d (diff)
downloadFreeBSD-src-e9ad335f2d503951dc2c390c60f355bbfab939b8.zip
FreeBSD-src-e9ad335f2d503951dc2c390c60f355bbfab939b8.tar.gz
Add an rc.d script for stand-alone ftpd.
Document the script's controls on the rc.conf(5) manpage and touch its Dd. PR: conf/90893 MFC after: 5 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.523
1 files changed, 22 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 3ee9e096..0855bce 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
OpenPOWER on IntegriCloud