File: control

package info (click to toggle)
openbsd-inetd 0.20140418-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 804 kB
  • ctags: 1,294
  • sloc: ansic: 17,250; sh: 87; makefile: 74
file content (24 lines) | stat: -rw-r--r-- 1,064 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: openbsd-inetd
Section: net
Priority: optional
Maintainer: Marco d'Itri <md@linux.it>
Build-Depends: debhelper (>= 9), dh-systemd,
 pkg-config, libbsd-dev (>= 0.6.0), libwrap0-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/users/md/openbsd-inetd.git
Vcs-Browser: http://anonscm.debian.org/cgit/users/md/openbsd-inetd.git

Package: openbsd-inetd
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-13), update-inetd, tcpd
Provides: inet-superserver
Description: 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.