2018-01-13 01:40:42 +05:30
|
|
|
deptree2dot - Graph the OpenRC Dependency Tree
|
|
|
|
==============================================
|
2017-02-17 23:36:03 +05:30
|
|
|
|
|
|
|
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
|