File: control

package info (click to toggle)
netkit-base 0.10-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,492 kB
  • ctags: 1,349
  • sloc: ansic: 9,958; sh: 216; makefile: 129
file content (27 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: netkit-base
Section: net
Priority: standard
Maintainer: Anthony Towns <ajt@debian.org>
Standards-Version: 3.5.4
Build-Depends: debhelper (>= 3.0.15)

Package: netkit-inetd
Architecture: any
Depends: ${shlibs:Depends}
Suggests: debconf
Replaces: netbase (<< 4.00)
Description: The Internet Superserver
 The inetd server is a network daemon program that specializes in managing
 incoming network connections. It's 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 protcols.

Package: netkit-ping
Architecture: any
Depends: ${shlibs:Depends}
Provides: ping
Conflicts: ping, suidmanager (<< 0.50)
Replaces: netbase (<< 4.00)
Description: The ping utility from netkit
 The ping command sends ICMP ECHO_REQUEST packets to a host in order to
 test if the host is reachable via the network.