lxc: cgmanager depreciated

This commit is contained in:
Toyam Cox 2017-10-29 13:34:50 -04:00
parent 783b7cd9a7
commit 5c0a61677e
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#!/bin/sh
sv check cgmanager >/dev/null || exit 1
lxc-autostart || exit 1
exec chpst -b lxc-autostart pause

View File

@ -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"