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:
parent
a906dffbb5
commit
365191ffb2
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue