diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-07-24 18:01:57 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-07-24 18:02:45 +0200 |
commit | e71355cd672054869dccee6ae600bfda74e46cd4 (patch) | |
tree | 1de3799b487085dbc31438bf59a67c5d616a87c4 /community/docker/docker-openrc-busybox-ash.patch | |
parent | cd02476ae9ef07c688b1c97d272ed1732de2daef (diff) | |
download | aports-e71355cd672054869dccee6ae600bfda74e46cd4.tar.bz2 aports-e71355cd672054869dccee6ae600bfda74e46cd4.tar.xz |
community/docker: busybox >= 1.31.0 renamed ulimit -p to -u
See: https://git.busybox.net/busybox/commit/?id=a92a9601f89d59597b268e29e7098597a8766778
Diffstat (limited to 'community/docker/docker-openrc-busybox-ash.patch')
-rw-r--r-- | community/docker/docker-openrc-busybox-ash.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/docker/docker-openrc-busybox-ash.patch b/community/docker/docker-openrc-busybox-ash.patch deleted file mode 100644 index 1f2b2de3d1..0000000000 --- a/community/docker/docker-openrc-busybox-ash.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/contrib/init/openrc/docker.initd -+++ b/contrib/init/openrc/docker.initd -@@ -13,7 +13,7 @@ - - extra_started_commands="reload" - --rc_ulimit="${DOCKER_ULIMIT:--c unlimited -n 1048576 -u unlimited}" -+rc_ulimit="${DOCKER_ULIMIT:--c unlimited -n 1048576 -p unlimited}" - - retry="${DOCKER_RETRY:-TERM/60/KILL/10}" - |