Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 407ba4b4930b358eca22275a991be50b > files > 3

openvpn-2.2.2-5.3.mga2.src.rpm

--- sample-scripts/openvpn.init	2011-04-27 04:52:59.000000000 -0500
+++ sample-scripts/openvpn.init.dlucio	2011-07-25 09:52:51.218341152 -0500
@@ -10,6 +10,17 @@
 #              certification features of the OpenSSL library to securely \
 #              tunnel IP networks over a single UDP port.
 #
+### BEGIN INIT INFO
+# Provides: openvpn
+# Required-Start: $network
+# Required-Stop: $network
+# Default-Start: 3 4 5
+# Short-Description: OpenVPN tunneling application
+# Description: OpenVPN is a robust and highly flexible tunneling application that
+#              uses all of the encryption, authentication, and certification features
+#              of the OpenSSL library to securely tunnel IP networks over a single
+#              UDP port.
+### END INIT INFO
 
 # Contributed to the OpenVPN project by
 # Douglas Keller <doug@voidstar.dyndns.org>