diff options
author | Milan P. Stanić <mps@arvanta.net> | 2020-02-14 13:55:16 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2020-02-14 13:56:16 +0100 |
commit | 1a5e3d1a65b3cd6847eb9c347f27bf3904bfa2f1 (patch) | |
tree | a3714788c25dbb53fe8cf635cd802bf84fb7d7f0 | |
parent | 13f58dce5181d64c26f74775e77463630a01bc56 (diff) | |
download | aports-1a5e3d1a65b3cd6847eb9c347f27bf3904bfa2f1.tar.bz2 aports-1a5e3d1a65b3cd6847eb9c347f27bf3904bfa2f1.tar.xz |
community/lxcfs: remove 'need cgproxy' from initd script
bump pkgrel
-rw-r--r-- | community/lxcfs/APKBUILD | 2 | ||||
-rw-r--r-- | community/lxcfs/lxcfs.initd | 1 |
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 } |