[153653] trunk/dports/net/openvpn2/Portfile
mf2k at macports.org
mf2k at macports.org
Thu Oct 6 22:20:17 CEST 2016
Revision: 153653
https://trac.macports.org/changeset/153653
Author: mf2k at macports.org
Date: 2016-10-06 13:20:17 -0700 (Thu, 06 Oct 2016)
Log Message:
-----------
openvpn2: Another startupitem fix. (See #52525)
Modified Paths:
--------------
trunk/dports/net/openvpn2/Portfile
Modified: trunk/dports/net/openvpn2/Portfile
===================================================================
--- trunk/dports/net/openvpn2/Portfile 2016-10-06 19:41:12 UTC (rev 153652)
+++ trunk/dports/net/openvpn2/Portfile 2016-10-06 20:20:17 UTC (rev 153653)
@@ -5,7 +5,7 @@
name openvpn2
version 2.3.8
-revision 2
+revision 3
distname openvpn-${version}
categories net security
platforms darwin
@@ -92,7 +92,7 @@
}
startupitem.create yes
-startupitem.executable "${prefix}/sbin/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/75350775/attachment-0002.html>
More information about the macports-changes
mailing list