d53fdce431b3b673c97f44f8313ca458c08643fd
[fwd] / debian / control
1 Source: fwd
2 Section: net
3 Priority: extra
4 Build-Depends: mlib-dev (>= 2.2.1), debhelper (>= 8)
5 Maintainer: Mark Wooding <mdw@distorted.org.uk>
6 Standards-Version: 3.1.1
7
8 Package: fwd
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Description: Excessive port forwarder
12 fwd can forward connections to and from: TCP sockets, Unix-domain sockets,
13 locally-executed programs, and file descriptors. It can do host-based
14 access control. It will log incoming TCP connections by hostname and
15 username (as reported by identd on the connecting host). It subsumes the
16 basic functionality of inetd, cat, netcat and others. It runs as a
17 single nonblocking process.
18
19 Package: fw
20 Architecture: all
21 Depends: fwd
22 Conflicts: funnelweb
23 Description: Excessive port forwarder
24 fwd can forward connections to and from: TCP sockets, Unix-domain sockets,
25 locally-executed programs, and file descriptors. It can do host-based
26 access control. It will log incoming TCP connections by hostname and
27 username (as reported by identd on the connecting host). It subsumes the
28 basic functionality of inetd, cat, netcat and others. It runs as a single
29 nonblocking process.
30 .
31 Once upon a time, fwd was called fw; but this conflicts with funnelweb's use
32 of the same name. This package depends on the new, renamed real package and
33 provides compatibility scripts and symlinks. Once you've fixed references
34 to the old name, you can delete this package.