blob: fe25130dee68ad56e6cbff13ee169e5eba9fa665 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Source: netkit-telnet
Section: net
Priority: standard
Maintainer: Herbert Xu <herbert@debian.org>
Standards-Version: 3.0.1
Package: telnet
Architecture: any
Depends: ${shlibs:Depends}
Replaces: netstd
Description: The telnet client.
The telnet command is used for interactive communication with another host
using the TELNET protocol.
Package: telnetd
Architecture: any
Depends: netbase, adduser, base-files (>= 2.1.8), ${shlibs:Depends}
Replaces: netstd
Description: The telnet server.
The in.telnetd program is a server which supports the DARPA telnet interactive
communication protocol.
|