r2:
[xinetd-cn.git] / debian / control
1 Source: xinetd-cn
2 Origin: carnet
3 Section: net
4 Priority: optional
5 Maintainer: Dragan Dosen <ddosen@ffzg.hr>
6 Build-Depends: debhelper (>= 4.0.0)
7 Standards-Version: 3.6.1
8
9 Package: xinetd-cn
10 Architecture: all
11 Depends: ${shlibs:Depends}, ${misc:Depends}, xinetd (>= 1:2.3.13-3), debianutils, coreutils (>= 5.0.91-1), carnet-tools-cn (>= 2.4)
12 Description: replacement for inetd with many enhancements
13  xinetd has access control mechanisms, extensive logging capabilities,
14  the ability to make services available based on time, and can place
15  limits on the number of servers that can be started, among other things.
16  .
17  It has the ability to redirect TCP streams to a remote host and port.
18  This is useful for those of that use ip masquerading, or NAT, and want
19  to be able to reach your internal hosts.
20  .
21  It also has the ability to bind specific services to specific interfaces.
22  This is useful when you want to make services available for your internal
23  network, but not the rest of the world. Or to have a different service
24  running on the same port, but different interfaces.
25  .
26  This is a basic CARNet Debian customization package.
27