aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-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
}