From ea99a484345535a464a374dff9df4f53ca956dd0 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 18 Jul 2005 20:54:41 +0000 Subject: - Update to 1.1.0 PR: ports/83633 Submitted by: Nick Leuta (maintainer) --- ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl (limited to 'ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl') diff --git a/ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl b/ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl new file mode 100644 index 000000000000..dea71edb1029 --- /dev/null +++ b/ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl @@ -0,0 +1,16 @@ +## +## 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" -- cgit v1.2.3