summaryrefslogtreecommitdiffstats
path: root/installer/default_files
diff options
context:
space:
mode:
authorNico Dietrich2006-03-23 21:16:26 +0100
committerNico Dietrich2006-03-23 21:16:26 +0100
commite72ce7cd41c9d00f94eecd3d57f2f785782b028d (patch)
tree7258fb0758f8001182ff8d05239c42688aa35f3e /installer/default_files
parentinstaller: complete rewrite of setup_server (diff)
downloadcore-e72ce7cd41c9d00f94eecd3d57f2f785782b028d.tar.gz
core-e72ce7cd41c9d00f94eecd3d57f2f785782b028d.tar.xz
core-e72ce7cd41c9d00f94eecd3d57f2f785782b028d.zip
put atfpd_conf, autoindent
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@116 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/default_files')
-rw-r--r--installer/default_files/atftpd_default3
-rw-r--r--installer/default_files/atftpd_sysconfig24
2 files changed, 27 insertions, 0 deletions
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@@@"
+