summaryrefslogtreecommitdiff
path: root/nonsystemd/openrc/binfmt-sh.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-05-30 19:36:00 -0400
committerDavid P <megver83@parabola.nu>2020-05-30 19:36:00 -0400
commit9f623d3616707285d6e8ab7678c9f1d911163fa0 (patch)
tree5159695e4ed954e89eac9b1ec92ea4d7f8f99840 /nonsystemd/openrc/binfmt-sh.patch
parente0c375e4eb4411c4f1bff71ed1c16d53c072ff69 (diff)
downloadabslibre-9f623d3616707285d6e8ab7678c9f1d911163fa0.tar.gz
abslibre-9f623d3616707285d6e8ab7678c9f1d911163fa0.tar.bz2
abslibre-9f623d3616707285d6e8ab7678c9f1d911163fa0.zip
updpkg: nonsystemd/openrc 0.42.1-6
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/openrc/binfmt-sh.patch')
-rw-r--r--nonsystemd/openrc/binfmt-sh.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/nonsystemd/openrc/binfmt-sh.patch b/nonsystemd/openrc/binfmt-sh.patch
deleted file mode 100644
index dc12824d3..000000000
--- a/nonsystemd/openrc/binfmt-sh.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-0a6df09c5bb82bf964177dd3e1c03cb9cf7a8c42
- sh/binfmt.sh.in | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/sh/binfmt.sh.in b/sh/binfmt.sh.in
-index ca4a8833..34d6d5e3 100644
---- a/sh/binfmt.sh.in
-+++ b/sh/binfmt.sh.in
-@@ -29,6 +29,9 @@ apply_file() {
- \;*) continue ;;
- esac
-
-+ local reg=${line#*:}
-+ [ -e /proc/sys/fs/binfmt_misc/${reg%%:*} ] && echo -1 > /proc/sys/fs/binfmt_misc/${reg%%:*}
-+
- echo "${line}" > /proc/sys/fs/binfmt_misc/register
- rc=$?
- if [ $rc -ne 0 ]; then