summaryrefslogtreecommitdiffstats
path: root/installer/default_files/atftpd_sysconfig
blob: 39077edd449098fbdcba97985df16cb8a36708f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## 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@@@"