openrc/support/deptree2dot
William Hubbs 391d12db48 migrate fully to meson build system
- drop old build system
- move shared include and source files to common directory
- drop "rc-" prefix from shared include and source files
- move executable-specific code to individual directories under src
- adjust top-level .gitignore file for new build system

This closes #489.
2022-04-06 10:51:55 -05:00
..
deptree2dot Move deptree2dot to the support folder 2017-02-17 12:06:03 -06:00
meson.build add meson build files 2021-09-04 16:01:29 -05:00
README.md Reformat and fix titles in documentation 2018-01-12 14:10:42 -06:00

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