[153641] trunk/dports/net/openvpn2/Portfile

mf2k at macports.org mf2k at macports.org
Thu Oct 6 17:36:20 CEST 2016


Revision: 153641
          https://trac.macports.org/changeset/153641
Author:   mf2k at macports.org
Date:     2016-10-06 08:36:19 -0700 (Thu, 06 Oct 2016)
Log Message:
-----------
openvpn2: Correct startupitem executable location. Correct notes for executable name. (See #52525)

Modified Paths:
--------------
    trunk/dports/net/openvpn2/Portfile

Modified: trunk/dports/net/openvpn2/Portfile
===================================================================
--- trunk/dports/net/openvpn2/Portfile	2016-10-06 15:36:10 UTC (rev 153640)
+++ trunk/dports/net/openvpn2/Portfile	2016-10-06 15:36:19 UTC (rev 153641)
@@ -5,7 +5,7 @@
 
 name                openvpn2
 version             2.3.8
-revision            1
+revision            2
 distname            openvpn-${version}
 categories          net security
 platforms           darwin
@@ -72,7 +72,7 @@
 For minimal configuration, you need to follow these steps
 
 A) With a shared secret
-    $ sudo openvpn --genkey --secret ${prefix}/etc/openvpn2/static.key
+    $ sudo openvpn2 --genkey --secret ${prefix}/etc/openvpn2/static.key
    Use 'secret static.key' in your config file
 
 B) With self-signed certificates, follow
@@ -92,7 +92,7 @@
 }
 
 startupitem.create      yes
-startupitem.executable  "${prefix}/bin/openvpn2 --config ${prefix}/etc/${name}/server.conf"
+startupitem.executable  "${prefix}/sbin/openvpn2 --config ${prefix}/etc/${name}/server.conf"
 
 livecheck.type      regex
 livecheck.url       ${homepage}/index.php/open-source/downloads.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161006/c38382bb/attachment-0002.html>


More information about the macports-changes mailing list