summaryrefslogblamecommitdiffstats
path: root/installer/default_files/atftpd_sysconfig
blob: 39077edd449098fbdcba97985df16cb8a36708f3 (plain) (tree)























                                                              
## Path:    Network/FTP/Atftpd
## Description: ATFTP Configuration
## Type:    string
## Default: "--daemon "
#
# atftpd options
#
ATFTPD_OPTIONS="--daemon "

## Type:    yesno
## Default: no
#
# Use inetd instead of daemon
#
ATFTPD_USE_INETD="no"

## Type:    string
## Default: "/tftpboot"
#
#  TFTP directory must be a world readable/writable directory.
#  By default /tftpboot is assumed.
#
ATFTPD_DIRECTORY="@@@tftpbootdir@@@"