aports/testing/erlang/0010-fix-nteventlog-remove.patch
Marlus Saraiva c70458249b testing/erlang: Fixing os_mon issues
Removing pre-build "os_mon/ebin" files so they can be properly rebuilt without nteventlog.
Setting "disksup_posix_only=true" so functions that depend on get_disk_data, which depens on the "df" command, can work.
2015-07-16 19:17:46 +02:00

12 lines
509 B
Diff

--- otp_src_18.0/lib/os_mon/src/os_mon.app.src
+++ otp_src_18.0-fixed/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]},