From 6f614cd3f33dbdea3a67ac2fb414b1130674ee04 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 17 Feb 2017 12:06:03 -0600 Subject: Move deptree2dot to the support folder Since deptree2dot and the perl requirement are completely optional, we can move this tool to the support folder. This gives the user the option of using it if they have perl installed, and means we do not have an optional runtime dependency on perl. Documentation for this tool has also been added to the support folder. X-Gentoo-Bug: 600742 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=600742 --- support/deptree2dot/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 support/deptree2dot/README.md (limited to 'support/deptree2dot/README.md') diff --git a/support/deptree2dot/README.md b/support/deptree2dot/README.md new file mode 100644 index 00000000..3df9a520 --- /dev/null +++ b/support/deptree2dot/README.md @@ -0,0 +1,11 @@ +# deptree2dot - Graph the OpenRC Dependency Tree + +This utility can be used to graph the OpenRC dependency tree. It +requires perl5.x and converts the tree to a .dot file which can be +processed by graphviz. + +Example usage: + +$ chmod +x deptree2dot +$deptree2dot > deptree.dot +$deptree2dot | dot -Tpng -o deptree.png -- cgit v1.2.3