diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-15 18:35:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-15 18:35:51 +0000 |
commit | 815be9fb3918d997f76371bce471864b73764eef (patch) | |
tree | dbcb09afb4017a09d3982c88f1292d9f64371cea /community/erlang/0010-fix-nteventlog-remove.patch | |
parent | 41fa217fc05b64b32af627884ca91366add3f8ef (diff) | |
download | aports-815be9fb3918d997f76371bce471864b73764eef.tar.bz2 aports-815be9fb3918d997f76371bce471864b73764eef.tar.xz |
community/erlang: move from main
Diffstat (limited to 'community/erlang/0010-fix-nteventlog-remove.patch')
-rw-r--r-- | community/erlang/0010-fix-nteventlog-remove.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/erlang/0010-fix-nteventlog-remove.patch b/community/erlang/0010-fix-nteventlog-remove.patch new file mode 100644 index 0000000000..c3d066bdfb --- /dev/null +++ b/community/erlang/0010-fix-nteventlog-remove.patch @@ -0,0 +1,11 @@ +--- 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]}, |