makefile patch
[ckermit.git] / debian / templates
index 6e64b9b..b1a888e 100644 (file)
@@ -2,7 +2,7 @@ Template: ckermit/iksd
 Type: boolean
 Default: false
 _Description: Enable Internet Kermit Service Daemon (IKSD) in inetd.conf?
- The Internet Kermit Service daemon (IKSD) is the C-Kermit program running
+ The Internet Kermit Service Daemon (IKSD) is the C-Kermit program running
  as an Internet service, similar to an FTP or Telnet server.  It executes
  Telnet protocol just like a Telnet server and it transfers files like an
  FTP server.  But unlike an FTP server, IKSD uses the Kermit file transfer
@@ -16,13 +16,22 @@ Template: ckermit/iksd-anon
 Type: boolean
 Default: false
 _Description: Enable anonymous IKSD logins?
- IKSD supports anonymous logins (using chroot), similar to anonymous ftp.
+ IKSD supports anonymous logins (using chroot), similar to anonymous FTP.
 
 Template: ckermit/iksd-anondir
 Type: string
-_Default: /home/ftp
-_Description: Directory for anonymous IKSD logins
+Default: /home/ftp
+_Description: Directory for anonymous IKSD logins:
  Enter directory for anonymous IKSD logins. A chroot() will be performed
  into this directory on login. This directory will NOT be created.
  .
- The default is /home/ftp (same as wu-ftpd)
+ The default is /home/ftp (same as wu-ftpd).
+
+Template: ckermit/iksd-no-inetd
+Type: error
+#flag:translate!:3
+_Description: No inet daemon found, so IKSD cannot be configured.
+ Please install an inetd (e.g. openbsd-inetd) and then
+ reconfigure ckermit with:
+ .
+ dpkg-reconfigure ckermit