aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Schlesinger2011-09-22 12:01:43 -0700
committerCharlie Sharpsteen2011-09-23 16:22:08 -0700
commit76b51984555123a7b5e96ed0bd2a42cae04ff18e (patch)
treee18e01d167c812380e200df37e869865bf7aee11
parent1a5945617e1fe4b96e69f1907596570bdc270961 (diff)
downloadhomebrew-76b51984555123a7b5e96ed0bd2a42cae04ff18e.tar.bz2
Revert "Fuse4x: Add caveats concerning fuse4x admin group"
This reverts commit a50e377519f77f47fe723cbb67ecd230bf627766. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
-rw-r--r--Library/Formula/fuse4x.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb
index 66baa1944..94de9d416 100644
--- a/Library/Formula/fuse4x.rb
+++ b/Library/Formula/fuse4x.rb
@@ -22,12 +22,4 @@ class Fuse4x < Formula
system "./configure", "--disable-dependency-tracking", "--disable-debug", "--disable-static", "--prefix=#{prefix}"
system "make install"
end
-
- def caveats
- <<-EOS.undent
- In order to use the allow_other mount option, you must set the fuse4x admin group.
- To set it to the default (admin group):
- sudo sysctl -w vfs.generic.fuse4x.tunables.admin_group=80
- EOS
- end
end