diff options
| author | Jack Nagel | 2014-09-29 14:24:33 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-29 14:24:33 -0500 |
| commit | 75fc5efd9a8a5a9267b1424c6bd32e4d55fcd4d2 (patch) | |
| tree | edfe602f91e724a7f2b8b93f93a986e6b25ebd99 /Library | |
| parent | 6714f53176ac1469f467e9e4b59acf8fd7d19222 (diff) | |
| download | homebrew-75fc5efd9a8a5a9267b1424c6bd32e4d55fcd4d2.tar.bz2 | |
openvpn: remove redundant comments
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/openvpn.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/openvpn.rb b/Library/Formula/openvpn.rb index 034ac32a7..a8815ec52 100644 --- a/Library/Formula/openvpn.rb +++ b/Library/Formula/openvpn.rb @@ -25,21 +25,17 @@ class Openvpn < Formula "security/pam_appl.h", "pam/pam_appl.h" end - # Build and install binary system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--enable-password-save" system "make", "install" - # Adjust sample file paths inreplace "sample/sample-config-files/openvpn-startup.sh", "/etc/openvpn", "#{etc}/openvpn" - # Install sample files (doc/"sample").install Dir["sample/sample-*"] - # Create etc & var paths (etc + 'openvpn').mkpath (var + 'run/openvpn').mkpath end |
