2007-01-15 23:51:51 +01:00
|
|
|
## Path: Network/FTP/Atftpd
|
|
|
|
## Description: ATFTP Configuration
|
|
|
|
## Type: string
|
2010-10-20 10:52:22 +02:00
|
|
|
## Default: ""
|
|
|
|
#
|
|
|
|
# daemon user (tftp)
|
|
|
|
#
|
|
|
|
ATFTPD_USER=""
|
|
|
|
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
#
|
|
|
|
# daemon user (tftp)
|
|
|
|
#
|
|
|
|
ATFTPD_GROUP=""
|
|
|
|
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
##
|
|
|
|
## INFO:
|
|
|
|
## "--daemon, --user, --group, --logfile" can not be removed/replaced here as
|
|
|
|
## atftp is started with them as default opts: "--daemon --user atftp --group atftp "
|
|
|
|
## and
|
|
|
|
## logging to file is set as default: "--logfile /var/log/atftpd/atftp.log "
|
2007-01-15 23:51:51 +01:00
|
|
|
#
|
|
|
|
# atftpd options
|
|
|
|
#
|
2010-10-20 10:52:22 +02:00
|
|
|
ATFTPD_OPTIONS=""
|
2007-01-15 23:51:51 +01:00
|
|
|
|
|
|
|
## Type: yesno
|
|
|
|
## Default: no
|
|
|
|
#
|
|
|
|
# Use inetd instead of daemon
|
|
|
|
#
|
2010-10-20 10:52:22 +02:00
|
|
|
ATFTPD_USE_INETD=""
|
2007-01-15 23:51:51 +01:00
|
|
|
|
|
|
|
## Type: string
|
2010-10-20 10:52:22 +02:00
|
|
|
## Default: "/srv/tftpboot"
|
|
|
|
## was "/tftpboot" but
|
|
|
|
## "/tftpboot" is not allowed anymore in FHS 2.2.
|
2007-01-15 23:51:51 +01:00
|
|
|
#
|
|
|
|
# TFTP directory must be a world readable/writable directory.
|
2010-10-20 10:52:22 +02:00
|
|
|
# By default /srv/tftpboot is assumed.
|
2007-01-15 23:51:51 +01:00
|
|
|
#
|
2010-10-20 10:52:22 +02:00
|
|
|
ATFTPD_DIRECTORY=""
|
2007-01-15 23:51:51 +01:00
|
|
|
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
#
|
|
|
|
# Whitespace seperated list of IP addresses which ATFTPD binds to.
|
|
|
|
# One instance of the service is started on each IP address.
|
|
|
|
# By default atftpd will listen on all available IP addresses/interfaces.
|
|
|
|
#
|
|
|
|
ATFTPD_BIND_ADDRESSES=""
|