From d7f5a696c173e7af67dd4b3f90744e0a056441e1 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 17 Feb 2017 12:28:10 -0600 Subject: support: rename all README files to README.md --- support/openvpn/README | 8 -------- support/openvpn/README.md | 8 ++++++++ support/sysvinit/README | 2 -- support/sysvinit/README.md | 2 ++ 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 support/openvpn/README create mode 100644 support/openvpn/README.md delete mode 100644 support/sysvinit/README create mode 100644 support/sysvinit/README.md (limited to 'support') diff --git a/support/openvpn/README b/support/openvpn/README deleted file mode 100644 index 9ff435dd..00000000 --- a/support/openvpn/README +++ /dev/null @@ -1,8 +0,0 @@ -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 -OpenRC continues on its merry way booting the system. When OpenVPN connects -to an endpoint it then re-starts the OpenVPN service and starts up any -services that depend on us. A similar thing happens when we shut down. - -Of course, this is all optional. diff --git a/support/openvpn/README.md b/support/openvpn/README.md new file mode 100644 index 00000000..9ff435dd --- /dev/null +++ b/support/openvpn/README.md @@ -0,0 +1,8 @@ +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 +OpenRC continues on its merry way booting the system. When OpenVPN connects +to an endpoint it then re-starts the OpenVPN service and starts up any +services that depend on us. A similar thing happens when we shut down. + +Of course, this is all optional. diff --git a/support/sysvinit/README b/support/sysvinit/README deleted file mode 100644 index a51c0d2b..00000000 --- a/support/sysvinit/README +++ /dev/null @@ -1,2 +0,0 @@ -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. diff --git a/support/sysvinit/README.md b/support/sysvinit/README.md new file mode 100644 index 00000000..a51c0d2b --- /dev/null +++ b/support/sysvinit/README.md @@ -0,0 +1,2 @@ +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. -- cgit v1.2.3