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