Reformat and fix titles in documentation

This commit is contained in:
William Hubbs
2018-01-12 14:10:42 -06:00
parent 8878f8916b
commit fee2ffe559
16 changed files with 47 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
# deptree2dot - Graph the OpenRC Dependency Tree
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

View File

@@ -1,3 +1,6 @@
Example OpenRC Service Scripts
##############################
The service scripts in this directory are meant as examples only.
They are not installed by default as the scripts will need tweaking on a
per distro basis. They are also non essential to the operation of the system.

View File

@@ -1,3 +1,6 @@
Example OpenVPN Scripts
=======================
These handy scripts setup any dns information that OpenVPN may push.
They also handle the interaction with OpenRC so that the OpenVPN service
can become "inactive". This means that when it starts, it goes inactive and

View File

@@ -1,2 +1,5 @@
OpenRC Sysvinit Support
========================
Here's a sample inittab for use with sysvinit for Linux based systems.
We don't install it by default as sysvinit packages normally own this file.