aboutsummaryrefslogtreecommitdiffstats
path: root/community/erlang/0010-fix-nteventlog-remove.patch
blob: b981085165ea939ab6efc41897875d4842233afa (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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]},