Revert "Fuse4x: Add caveats concerning fuse4x admin group"

This reverts commit a50e377519f77f47fe723cbb67ecd230bf627766.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Ryan Schlesinger 2011-09-22 12:01:43 -07:00 committed by Charlie Sharpsteen
parent a906dffbb5
commit 365191ffb2

View file

@ -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