Logoj0ke.net Open Build Service > Projects > home:jg > proftpd > proftpd.sysconfig
Sign Up | Log In

File proftpd.sysconfig of Package proftpd

x
 
1
# Set PROFTPD_OPTIONS to add command-line options for proftpd.
2
# See proftpd(8) for a comprehensive list of what can be used.
3
#
4
# The following "Defines" can be used with the default configuration file:
5
# -DANONYMOUS_FTP   : Enable anonymous FTP
6
# -DDYNAMIC_BAN_LISTS   : Enable dynamic ban lists (mod_ban)
7
# -DQOS         : Enable QoS bits on server traffic (mod_qos)
8
# -DTLS         : Enable TLS (mod_tls)
9
#
10
# For example, for anonymous FTP and dynamic ban list support:
11
# PROFTPD_OPTIONS="-DANONYMOUS_FTP -DDYNAMIC_BAN_LISTS"
12
PROFTPD_OPTIONS=""
13