Merge branch 'upstream'
[ckermit.git] / debian / templates
1 Template: ckermit/iksd
2 Type: boolean
3 Default: false
4 _Description: Enable Internet Kermit Service Daemon (IKSD) in inetd.conf?
5  The Internet Kermit Service Daemon (IKSD) is the C-Kermit program running
6  as an Internet service, similar to an FTP or Telnet server.  It executes
7  Telnet protocol just like a Telnet server and it transfers files like an
8  FTP server.  But unlike an FTP server, IKSD uses the Kermit file transfer
9  protocol (which is more powerful and flexible) and allows both FTP-like
10  client/server connections as well as direct keyboard interaction.  Secure
11  authentication methods and encrypted sessions are available, as well as a
12  wide range of file transfer and management functions, which can be
13  scripted to automate arbitrarily complex tasks.
14
15 Template: ckermit/iksd-anon
16 Type: boolean
17 Default: false
18 _Description: Enable anonymous IKSD logins?
19  IKSD supports anonymous logins (using chroot), similar to anonymous FTP.
20
21 Template: ckermit/iksd-anondir
22 Type: string
23 Default: /home/ftp
24 _Description: Directory for anonymous IKSD logins:
25  Enter directory for anonymous IKSD logins. A chroot() will be performed
26  into this directory on login. This directory will NOT be created.
27  .
28  The default is /home/ftp (same as wu-ftpd).
29
30 Template: ckermit/iksd-no-inetd
31 Type: error
32 #flag:translate!:3
33 _Description: No inet daemon found, so IKSD cannot be configured.
34  Please install an inetd (e.g. openbsd-inetd) and then
35  reconfigure ckermit with:
36  .
37  dpkg-reconfigure ckermit