opnsense-ports/ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
675 B
Text

##
## This file contains configuration parameters for the bsdftpd-ssl FTP server,
## whose are required to run it in the daemon mode with help of rc.d/ script.
##
## There are several ways to make those parameters available for the script:
## 1. Copy this file into the /etc/rc.conf.d/bsdftpd_ssl one.
## 2. Add the following parameters into /etc/rc.conf file.
##
## Set this flag to "YES" to run the bsdftpd-ssl FTP server in the daemon mode.
bsdftpd_ssl_enable=NO
## Command-line options for the FTP server, see ftpd-ssl(8) man page for more
## information. The "-D" and "-p" options will be added automatically, you
## should not specify them.
bsdftpd_ssl_flags="-l -l"