You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openvpn/openvpn-init.patch

24 lines
1.0 KiB

--- sample-scripts/openvpn.init~ 2011-04-06 11:05:52.000000000 -0500
+++ sample-scripts/openvpn.init 2011-05-19 13:06:51.049143974 -0500
@@ -3,13 +3,14 @@
# openvpn This shell script takes care of starting and stopping
# openvpn on RedHat or other chkconfig-based system.
#
-# chkconfig: 345 24 76
-#
-# 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.
+# chkconfig: - 24 76
#
+# processname: openvpn
+# 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.
# Contributed to the OpenVPN project by
# Douglas Keller <doug@voidstar.dyndns.org>