Hello,

It seems that the problem lies with update-inetd and debconf
interaction. Attached is my patch that works around/solves the
problem.

-- 
Best Regards,
Hristo Erinin
System Administrator
--- /usr/sbin/update-inetd.orig	2008-05-03 22:33:33.000000000 +0300
+++ /usr/sbin/update-inetd	2008-05-03 22:33:47.000000000 +0300
@@ -100,7 +100,7 @@
         print STDERR "above into /etc/xinetd.conf format, and add it manually. See\n";
         print STDERR "/usr/share/doc/xinetd/README.Debian for more information.\n";
         if (-f "/usr/sbin/itox") {
-		print "Suggested entry (automatically converted using itox):\n\n";
+		#print "Suggested entry (automatically converted using itox):\n\n";
 		system("echo $modearg |itox");
 	}
 	print STDERR "-----------------------------------------------------------\n\n";

Reply via email to