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.
22 lines
980 B
22 lines
980 B
--- sample-scripts/openvpn.init.orig 2004-12-16 11:52:16.351973000 -0600
|
|
+++ sample-scripts/openvpn.init 2004-12-16 12:26:42.782827808 -0600
|
|
@@ -3,12 +3,13 @@
|
|
# 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.
|
|
+# 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
|