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, 0 insertions, 24 deletions
diff --git a/installer/default_files/atftpd_sysconfig b/installer/default_files/atftpd_sysconfig
deleted file mode 100644
index 39077edd..00000000
--- a/installer/default_files/atftpd_sysconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-## 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@@@"
-