Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release-src > by-pkgid > 973848e8e0e14134f2cf8e97785ffedc > files > 2

openvpn-2.1.1-3mdv2010.1.src.rpm

--- openvpn-2.0.5/sample-scripts/openvpn.init.pinit	2006-01-09 05:05:13.000000000 +0100
+++ openvpn-2.0.5/sample-scripts/openvpn.init	2006-01-09 05:05:26.000000000 +0100
@@ -10,6 +10,17 @@
 #              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>