aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/openvpn.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-09-02 14:41:57 -0700
committerAdam Vandenberg2011-09-02 14:41:57 -0700
commita840c4a17d2f35095eba954adf4f231559056c46 (patch)
tree0c4fc1ccc0528052646ee56c4822cc2fd4441ab1 /Library/Formula/openvpn.rb
parent59d0f7975c47def12d16e6326a85c35cde7e4d57 (diff)
downloadhomebrew-a840c4a17d2f35095eba954adf4f231559056c46.tar.bz2
Fix plist permissions for Lion
Diffstat (limited to 'Library/Formula/openvpn.rb')
-rw-r--r--Library/Formula/openvpn.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/openvpn.rb b/Library/Formula/openvpn.rb
index 248645c73..eb0a2050c 100644
--- a/Library/Formula/openvpn.rb
+++ b/Library/Formula/openvpn.rb
@@ -39,6 +39,7 @@ class Openvpn < Formula
# Write the launchd script
(prefix + 'org.openvpn.plist').write startup_plist
+ (prefix + 'org.openvpn.plist').chmod 0644
end
def caveats; <<-EOS