From 23cd707d4a5020fbc939f5203cd23424e5cbcabd Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Mon, 9 Sep 2013 16:32:29 +0300 Subject: openvpn: add tuntap as a dependency Closes #22413. Signed-off-by: Adam Vandenberg --- Library/Formula/openvpn.rb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/openvpn.rb b/Library/Formula/openvpn.rb index 9b9a162e3..b2bec7474 100644 --- a/Library/Formula/openvpn.rb +++ b/Library/Formula/openvpn.rb @@ -7,6 +7,7 @@ class Openvpn < Formula sha256 '20bda3f9debb9a52db262aecddfa4e814050a9404a9106136b7e3b6f7ef36ffc' depends_on 'lzo' + depends_on 'tuntap' def install # pam_appl header is installed in a different location on Leopard @@ -41,14 +42,8 @@ class Openvpn < Formula end def caveats; <<-EOS.undent - You may also wish to install tuntap: - - The TunTap project provides kernel extensions for Mac OS X that allow - creation of virtual network interfaces. - - http://tuntaposx.sourceforge.net/ - - Because these are kernel extensions, there is no Homebrew formula for tuntap. + Make sure to follow the directions given by `brew info tuntap` + before trying to use OpenVPN. For OpenVPN to work as a server, you will need to create configuration file in #{etc}/openvpn, samples can be found in #{share}/doc/openvpn -- cgit v1.2.3