Date: Tuesday, June 23, 2015 @ 16:27:04 Author: spupykin Revision: 135755
upgpkg: cgmanager 0.37-2 upd Modified: cgmanager/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-23 14:16:38 UTC (rev 135754) +++ PKGBUILD 2015-06-23 14:27:04 UTC (rev 135755) @@ -3,7 +3,7 @@ pkgname=cgmanager pkgver=0.37 -pkgrel=1 +pkgrel=2 pkgdesc="Another daemon for managing control groups" arch=(i686 x86_64) url="https://linuxcontainers.org/" @@ -16,7 +16,8 @@ build() { cd "$srcdir/$pkgname-$pkgver" # ./bootstrap.sh - ./configure --prefix=/usr --sbindir=/usr/bin + ./configure --prefix=/usr --sbindir=/usr/bin \ + --with-init-script=systemd make }
