--- openbsd-inetd.old/debian/xcontrol Mon May 5 12:31:11 2008 +++ /opt/emdebian/trunk/o/openbsd-inetd/trunk/openbsd-inetd-0.20080125/debian/xcontrol Mon May 5 12:31:59 2008 @@ -0,0 +1,23 @@ +Source: openbsd-inetd +Section: net +Priority: standard +Maintainer: Marco d'Itri +Build-Depends: libwrap0-dev +Build-Depends-Tools: debhelper (>= 4.0), quilt (>= 0.40) +Standards-Version: 3.7.3 + +Package: openbsd-inetd +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-10), update-inetd, tcpd +Conflicts: netkit-inetd +Replaces: netkit-inetd +Provides: inet-superserver, netkit-inetd +Description: The OpenBSD Internet Superserver + The inetd server is a network daemon program that specializes in managing + incoming network connections. Its configuration file tells it what + program needs to be run when an incoming connection is received. Any + service port may be configured for either of the tcp or udp protocols. + . + This is a port of the OpenBSD daemon with some debian-specific features. + This package supports IPv6, built-in libwrap access control, binding to + specific addresses, UNIX domain sockets and socket buffers tuning.