summaryrefslogtreecommitdiff
path: root/ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-18 20:54:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-18 20:54:41 +0000
commitea99a484345535a464a374dff9df4f53ca956dd0 (patch)
tree65a691eead9673ee80131af5bd33ca100ed461d2 /ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl
parentGGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it is (diff)
- Update to 1.1.0
PR: ports/83633 Submitted by: Nick Leuta <skynick@mail.sc.ru> (maintainer)
Diffstat (limited to 'ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl')
-rw-r--r--ftp/bsdftpd-ssl/files/rc_conf_d.bsdftpd_ssl16
1 files changed, 16 insertions, 0 deletions
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"