aboutsummaryrefslogtreecommitdiff
path: root/security/kovpn/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/kovpn/files')
-rw-r--r--security/kovpn/files/README39
-rw-r--r--security/kovpn/files/patch-admin-cvs.sh12
-rw-r--r--security/kovpn/files/patch-src-openvpnmanager.cpp11
-rw-r--r--security/kovpn/files/patch-src-prefopenvpnlayout.ui12
4 files changed, 0 insertions, 74 deletions
diff --git a/security/kovpn/files/README b/security/kovpn/files/README
deleted file mode 100644
index ef802affbe3e..000000000000
--- a/security/kovpn/files/README
+++ /dev/null
@@ -1,39 +0,0 @@
-Kovpn's configuration steps
-
-First of all, you have to enable OpenVPN's management interface either by
-modifying its configuration file or by adding command line options.
-
- o Modifying OpenVPN's configurations files:
- + Add these lines to every OpenVPNconfiguration file you have.
-
- management 127.0.0.1 11194 pwfile.txt
- management-query-passwords
- management-hold
-
- NOTE: If you have any problems with configuring OpenVPN or if there are
- obscurities, please take a look at the OpenVPN sample config file.
-
- o Adding command line options:
- + Set the openvpn_flags on /etc/rc.conf file:
-
- openvpn_flags="--management 127.0.0.1 11194 pwfile.txt
- --management-query-passwords
- --management-hold"
-
- o Restart OpenVPN server
-
-The next thing you have to do is to configure kovpn itself.
- o Start kovpn
- o right-click on kovpn's icon in the system tray to open the popup menu.
- o left-click on the "Configure kovpn" menu item.
- o Go to the page "OpenVPN" (which should already be on top).
- o Click on the "Add" Button on the right side to add a new OpenVPN connection.
- o Fill in the fields in the "OpenVPN connection" dialog.
- + Name can be choosen freely but must be unique
- + Host must be the hostname you told OpenVPN
- (the management option in the first step)
- + Port must be the port you told OpenVPN
- (the management option in the first step)
- o The other options are not important for kovpn to work but can raise your
- comfort.
- o That's it ! Click on all OKs and you're done.
diff --git a/security/kovpn/files/patch-admin-cvs.sh b/security/kovpn/files/patch-admin-cvs.sh
deleted file mode 100644
index 39fcd3ad1409..000000000000
--- a/security/kovpn/files/patch-admin-cvs.sh
+++ /dev/null
@@ -1,12 +0,0 @@
---- admin/cvs.sh.orig 2008-07-07 13:38:56.000000000 -0700
-+++ admin/cvs.sh 2012-04-24 09:34:37.000000000 -0700
-@@ -65,8 +65,3 @@
- case $AUTOMAKE_STRING in
-- automake*1.5d* | automake*1.5* | automake*1.5-* )
-- echo "*** YOU'RE USING $AUTOMAKE_STRING."
-- echo "*** KDE requires automake $required_automake_version"
-- exit 1
-- ;;
-- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
-+ automake*%%AUTOMAKE_VERSION%%* )
- echo "*** $AUTOMAKE_STRING found."
diff --git a/security/kovpn/files/patch-src-openvpnmanager.cpp b/security/kovpn/files/patch-src-openvpnmanager.cpp
deleted file mode 100644
index 1ae54a9379a6..000000000000
--- a/security/kovpn/files/patch-src-openvpnmanager.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/openvpnmanager.cpp Mon Mar 26 10:43:56 2007
-+++ src/openvpnmanager.cpp Mon Mar 26 10:47:06 2007
-@@ -192,7 +192,7 @@
- mConnectionWanted = false;
- mForce = false;
- command( "hold on\n" ); /* OpenVPN does imediatelly reconnect without the hold release. */
-- command( "signal SIGUSR1\n" );
-+ command( "signal SIGHUP\n" );
- }
-
- void openVPNManager::ovpnReconnect()
diff --git a/security/kovpn/files/patch-src-prefopenvpnlayout.ui b/security/kovpn/files/patch-src-prefopenvpnlayout.ui
deleted file mode 100644
index 59e920e08b6f..000000000000
--- a/security/kovpn/files/patch-src-prefopenvpnlayout.ui
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/prefopenvpnlayout.ui.orig Mon Mar 26 11:14:17 2007
-+++ src/prefopenvpnlayout.ui Mon Mar 26 11:21:50 2007
-@@ -43,6 +43,9 @@
- <property name="name">
- <cstring>groupBox1</cstring>
- </property>
-+ <property name="enabled">
-+ <bool>false</bool>
-+ </property>
- <property name="title">
- <string>OpenVPN start/stop settings</string>
- </property>