diff options
| author | Dirk von Suchodoletz | 2008-10-16 00:39:13 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2008-10-16 00:39:13 +0200 |
| commit | 958151fa513012e23f980a9a08cd2248ced7b39d (patch) | |
| tree | 099eedcf5e4beaf065cc772858a129e0c0679aac /installer/default_files/atftpd_sysconfig | |
| parent | * implement setup syslogd - test needed (diff) | |
| download | core-958151fa513012e23f980a9a08cd2248ced7b39d.tar.gz core-958151fa513012e23f980a9a08cd2248ced7b39d.tar.xz core-958151fa513012e23f980a9a08cd2248ced7b39d.zip | |
Cleanup, see #274. Next version set after a row of fixes ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2321 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/default_files/atftpd_sysconfig')
| -rw-r--r-- | installer/default_files/atftpd_sysconfig | 24 |
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@@@" - |
