diff options
author | Marlus Saraiva <marlus.saraiva@gmail.com> | 2015-07-27 18:40:52 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-28 08:42:13 +0000 |
commit | db593b70af9c24b02ca924678c8fd64dd0f8bc08 (patch) | |
tree | 564b13c71139fc0b5c3b25f1bc1f302690563805 /testing/erlang/0010-fix-nteventlog-remove.patch | |
parent | b8124bc07d2da8f957b43a5a2f1d72a8a96bdea9 (diff) | |
download | aports-db593b70af9c24b02ca924678c8fd64dd0f8bc08.tar.bz2 aports-db593b70af9c24b02ca924678c8fd64dd0f8bc08.tar.xz |
main/erlang: move from testing
Diffstat (limited to 'testing/erlang/0010-fix-nteventlog-remove.patch')
-rw-r--r-- | testing/erlang/0010-fix-nteventlog-remove.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/erlang/0010-fix-nteventlog-remove.patch b/testing/erlang/0010-fix-nteventlog-remove.patch deleted file mode 100644 index c3d066bdfb..0000000000 --- a/testing/erlang/0010-fix-nteventlog-remove.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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]}, |