File: control

package info (click to toggle)
portreserve 0.0.4-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 560 kB
  • ctags: 34
  • sloc: sh: 4,020; ansic: 341; xml: 147; makefile: 69
file content (17 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: portreserve
Section: admin
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <jfs@computer.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, xmlto
Standards-Version: 3.6.2
Homepage: http://cyberelk.net/tim/portreserve/

Package: portreserve
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Port reservation program
 The portreserve program aims to help services with well-known ports
 that lie in the bindresvport() range (currently 600-1023). 
 It prevents programs requesting a port to the libc from occupying 
 a real service's port by occupying it itself, until the real service
 tells it to release the port (generally in its init script).