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 28 29
|
Source: util-vserver
Section: net
Priority: optional
Maintainer: Ola Lundqvist <opal@debian.org>
# Reasons for the Build-Depends:
# * Legacy scripts require:
# net-tools because of nameif
# vlan because of vconfig
# dietlibc the libc NSS should not be used
Build-Depends: debhelper (>= 4.0.0), e2fslibs-dev, gawk, autotools-dev, dietlibc-dev (>= 0.28-3), net-tools, vlan, iptables, wget, procps, modutils|module-init-tools, autoconf (>= 2.52)
Standards-Version: 3.6.1
Package: util-vserver
Architecture: any
Depends: ${shlibs:Depends}, iproute, net-tools
Suggests: kernel-patch-vserver, vlan, iptables, wget, procps, modutils|module-init-tools
Conflicts: vserver, vpopmail-bin
Replaces: vserver
Description: tools for Virtual private servers and context switching
The util-vserver project provides tools for kernels with
the security context patch (ctx) to create and run vservers.
A vserver runs inside a linux server. It is nevertheless highly
independent. As such, you can run various services with normal
configuration. The various vservers can't interact (more than as normal
servers can) with each other and can't interact with services in the main
server.
.
http://www.linux-vserver.de/
https://savannah.nongnu.org/projects/util-vserver/
|