From e72ce7cd41c9d00f94eecd3d57f2f785782b028d Mon Sep 17 00:00:00 2001 From: Nico Dietrich Date: Thu, 23 Mar 2006 20:16:26 +0000 Subject: put atfpd_conf, autoindent git-svn-id: http://svn.openslx.org/svn/openslx/ld4@116 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/default_files/atftpd_default | 3 +++ installer/default_files/atftpd_sysconfig | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 installer/default_files/atftpd_default create mode 100644 installer/default_files/atftpd_sysconfig (limited to 'installer/default_files') diff --git a/installer/default_files/atftpd_default b/installer/default_files/atftpd_default new file mode 100644 index 00000000..1dbcc560 --- /dev/null +++ b/installer/default_files/atftpd_default @@ -0,0 +1,3 @@ +USE_INETD=false +OPTIONS="--daemon --port 69 --retry-timeout 5 --no-multicast --maxthread 100 --verbose=5 @@@tftpboot@@@" + 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@@@" + -- cgit v1.2.3-55-g7522