mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
I have updated the community/erlang package to version 20.0.5, and changed the APKBUILD file to pull the source from github.com/erlang/otp instead of erlang.com as they distribute "older" releases there. Three applications were removed upstream (and subsequently here): - erlang-percept (concurrency profiling tool) - erlang-typer (type annotator) - erlang-gs (graphics system)
12 lines
481 B
Diff
12 lines
481 B
Diff
--- 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,
|
|
- 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,
|
|
os_sup_server]},
|
|
{applications, [kernel, stdlib, sasl]},
|