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.
23 lines
1004 B
23 lines
1004 B
--- sample-scripts/openvpn.init.orig 2005-06-27 19:50:53.000000000 -0500
|
|
+++ sample-scripts/openvpn.init 2005-06-27 19:53:54.000000000 -0500
|
|
@@ -3,12 +3,14 @@
|
|
# openvpn This shell script takes care of starting and stopping
|
|
# openvpn on RedHat or other chkconfig-based system.
|
|
#
|
|
-# chkconfig: 345 24 76
|
|
+# chkconfig: - 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.
|
|
+# 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
|