summaryrefslogtreecommitdiffstats
path: root/installer/default_files/atftpd_sysconfig
diff options
context:
space:
mode:
Diffstat (limited to 'installer/default_files/atftpd_sysconfig')
-rw-r--r--installer/default_files/atftpd_sysconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/installer/default_files/atftpd_sysconfig b/installer/default_files/atftpd_sysconfig
new file mode 100644
index 00000000..39077edd
--- /dev/null
+++ b/installer/default_files/atftpd_sysconfig
@@ -0,0 +1,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@@@"
+