cvs commit: ports/security/openvpn Makefile ports/security/openvpn/files openvpn.sh.in

Vasil Dimov vd at FreeBSD.org
Sun Feb 25 19:42:56 UTC 2007


vd          2007-02-25 19:42:55 UTC

  FreeBSD ports repository

  Modified files:
    security/openvpn     Makefile 
    security/openvpn/files openvpn.sh.in 
  Log:
  Fix a bug I introduced with last commit which resulted in openvpn not
  being started during boot. The reason for this is that at boot $0 is not
  /usr/local/etc/rc.d/openvpn but /etc/rc. The fix is a bit hackish because
  it retrieves the script name from $_file - variable used in run_rc_script().
  
  Reported by:    bazzoola <bazzoola at gmail.com>
  
  Revision  Changes    Path
  1.33      +1 -1      ports/security/openvpn/Makefile
  1.7       +12 -2     ports/security/openvpn/files/openvpn.sh.in


More information about the cvs-ports mailing list