lxc: cgmanager depreciated
This commit is contained in:
parent
783b7cd9a7
commit
5c0a61677e
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
sv check cgmanager >/dev/null || exit 1
|
||||
lxc-autostart || exit 1
|
||||
exec chpst -b lxc-autostart pause
|
||||
|
|
|
@ -3,14 +3,14 @@ _desc="Linux Containers"
|
|||
|
||||
pkgname=lxc
|
||||
version=2.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-doc --enable-seccomp --enable-cgmanager
|
||||
--enable-capabilities --disable-apparmor --with-distro=none
|
||||
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"
|
||||
hostmakedepends="pkg-config docbook2x"
|
||||
makedepends="libcap-devel libseccomp-devel gnutls-devel libcgmanager-devel"
|
||||
depends="cgmanager xz gnupg"
|
||||
depends="xz gnupg"
|
||||
short_desc="${_desc} - utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://linuxcontainers.org"
|
||||
|
|
Loading…
Reference in New Issue