diff options
author | Daniel Isaksen <d@duniel.no> | 2019-06-07 23:07:13 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-14 19:39:20 +0000 |
commit | 49f9fa8fd4f0078d4499515d11043d6d40abb40c (patch) | |
tree | 3e2a1826b5b957d6e8eb021457b1dbd573b2d6bd /community/erlang/0010-fix-nteventlog-remove.patch | |
parent | b6174cc9b000485ae0540bce38a774465612f679 (diff) | |
download | aports-49f9fa8fd4f0078d4499515d11043d6d40abb40c.tar.bz2 aports-49f9fa8fd4f0078d4499515d11043d6d40abb40c.tar.xz |
community/erlang: bump to 22.0.2, take maintainership, fix some applications
Signed-off-by: Daniel Isaksen <d@duniel.no>
Closes GH-8629
Diffstat (limited to 'community/erlang/0010-fix-nteventlog-remove.patch')
-rw-r--r-- | community/erlang/0010-fix-nteventlog-remove.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/erlang/0010-fix-nteventlog-remove.patch b/community/erlang/0010-fix-nteventlog-remove.patch index b981085165..6a4e8729da 100644 --- a/community/erlang/0010-fix-nteventlog-remove.patch +++ b/community/erlang/0010-fix-nteventlog-remove.patch @@ -1,9 +1,11 @@ +diff --git a/lib/os_mon/src/os_mon.app.src b/lib/os_mon/src/os_mon.app.src +index 6c9b0d7576..4f21264c2e 100644 --- a/lib/os_mon/src/os_mon.app.src +++ b/lib/os_mon/src/os_mon.app.src @@ -22,7 +22,7 @@ [{description, "CPO CXC 138 46"}, {vsn, "%VSN%"}, - {modules, [os_mon, os_mon_mib, os_sup, + {modules, [os_mon, os_sup, - disksup, memsup, cpu_sup, os_mon_sysinfo, nteventlog]}, + disksup, memsup, cpu_sup, os_mon_sysinfo]}, {registered, [os_mon_sup, os_mon_sysinfo, disksup, memsup, cpu_sup, |