aboutsummaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2018-01-12 14:10:42 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-01-12 14:10:42 -0600
commitfee2ffe559bc39beec16585daf557b902a53137b (patch)
treef7940d6f48533b0a5c940dd2336d5c1dd12db2a3 /support
parent8878f8916b7682a333d1e40af991cd7354192be1 (diff)
Reformat and fix titles in documentation
Diffstat (limited to 'support')
-rw-r--r--support/deptree2dot/README.md3
-rw-r--r--support/init.d.examples/README.md3
-rw-r--r--support/openvpn/README.md3
-rw-r--r--support/sysvinit/README.md3
4 files changed, 11 insertions, 1 deletions
diff --git a/support/deptree2dot/README.md b/support/deptree2dot/README.md
index 3df9a520..9ebb2d0f 100644
--- a/support/deptree2dot/README.md
+++ b/support/deptree2dot/README.md
@@ -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
diff --git a/support/init.d.examples/README.md b/support/init.d.examples/README.md
index 2c32fd6f..1b522ba0 100644
--- a/support/init.d.examples/README.md
+++ b/support/init.d.examples/README.md
@@ -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.
diff --git a/support/openvpn/README.md b/support/openvpn/README.md
index 9ff435dd..d1970193 100644
--- a/support/openvpn/README.md
+++ b/support/openvpn/README.md
@@ -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
diff --git a/support/sysvinit/README.md b/support/sysvinit/README.md
index a51c0d2b..08521c93 100644
--- a/support/sysvinit/README.md
+++ b/support/sysvinit/README.md
@@ -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.