9047ea4cb0
These files have been in the distribution for some time but haven't been installed. They are good examples of how to do things, so we should install them. |
||
---|---|---|
.. | ||
deptree2dot | ||
Makefile | ||
README.md |
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