[MacPorts] #52525: openvpn2 startup script not working

MacPorts noreply at macports.org
Thu Oct 6 20:03:53 CEST 2016


#52525: openvpn2 startup script not working
-------------------------------+--------------------------------
  Reporter:  thomas.hartwig@…  |      Owner:  macports-tickets@…
      Type:  defect            |     Status:  new
  Priority:  Normal            |  Milestone:
 Component:  ports             |    Version:  2.3.4
Resolution:                    |   Keywords:
      Port:  openvpn2          |
-------------------------------+--------------------------------

Comment (by ctreleaven@…):

 Untested, but I think the problem is the double quotes around the
 startupitem.executable:


 {{{
 startupitem.executable  "${prefix}/bin/openvpn2 --config
 ${prefix}/etc/${name}/server.conf"
 }}}
 Should be

 {{{
 startupitem.executable  ${prefix}/bin/openvpn2 --config
 ${prefix}/etc/${name}/server.conf
 }}}
 But I could be completely wrong.

-- 
Ticket URL: <https://trac.macports.org/ticket/52525#comment:7>
MacPorts <https://www.macports.org/>
Ports system for the Mac operating system



More information about the macports-tickets mailing list