opnsense-ports/databases/riak/files/patch-rel-reltool.config
Franco Fichtner ab638330a3 */*: sync with upstream
Taken from: HardenedBSD
2018-07-10 15:45:37 +02:00

16 lines
687 B
Text

--- rel/reltool.config.orig 2014-12-04 17:55:03 UTC
+++ rel/reltool.config
@@ -37,8 +37,12 @@
{boot_rel, "riak"},
{profile, embedded},
{excl_sys_filters, ["^bin/.*",
- "^erts.*/bin/(dialyzer|typer)"]},
+ "^erts.*/bin/(dialyzer|typer)",
+ "^erts.*/bin/(dialyzer|typer)",
+ "^erts.*/doc",
+ "^erts.*/man"]},
{excl_archive_filters, [".*"]},
+ {app, mnesia, [{incl_app_filters, ["ebin/*"]}]},
{app, cluster_info, [{incl_cond, include}]},
{app, erlang_js, [{incl_cond, include}]},
{app, ebloom, []},