aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxcfs
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-02-14 13:55:16 +0100
committerMilan P. Stanić <mps@arvanta.net>2020-02-14 13:56:16 +0100
commit1a5e3d1a65b3cd6847eb9c347f27bf3904bfa2f1 (patch)
treea3714788c25dbb53fe8cf635cd802bf84fb7d7f0 /community/lxcfs
parent13f58dce5181d64c26f74775e77463630a01bc56 (diff)
downloadaports-1a5e3d1a65b3cd6847eb9c347f27bf3904bfa2f1.tar.bz2
aports-1a5e3d1a65b3cd6847eb9c347f27bf3904bfa2f1.tar.xz
community/lxcfs: remove 'need cgproxy' from initd script
bump pkgrel
Diffstat (limited to 'community/lxcfs')
-rw-r--r--community/lxcfs/APKBUILD2
-rw-r--r--community/lxcfs/lxcfs.initd1
2 files changed, 1 insertions, 2 deletions
diff --git a/community/lxcfs/APKBUILD b/community/lxcfs/APKBUILD
index 92dd54af47..a015745161 100644
--- a/community/lxcfs/APKBUILD
+++ b/community/lxcfs/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=lxcfs
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="FUSE filesystem for LXC"
url="https://linuxcontainers.org/lxcfs"
arch="all"
diff --git a/community/lxcfs/lxcfs.initd b/community/lxcfs/lxcfs.initd
index 12141d4da5..e56b8167db 100644
--- a/community/lxcfs/lxcfs.initd
+++ b/community/lxcfs/lxcfs.initd
@@ -15,7 +15,6 @@ description_info="Unprivileged container config file settings"
extra_commands="setup info"
depend() {
- need cgproxy
before lxc
}