aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSorin Ionescu2014-02-12 12:53:23 -0500
committerMike McQuaid2014-02-14 18:28:59 +0000
commitb4b98137b6f4a363ba794108430c6f82c5b5093c (patch)
tree7bec38b16ed105dd43eb8d8176bab1f19a635087
parent45b129e9adc457594582af920ae96f0e298a246b (diff)
downloadhomebrew-b4b98137b6f4a363ba794108430c6f82c5b5093c.tar.bz2
remove useless FUSE-related caveats
Closes #26660. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/afuse.rb6
-rw-r--r--Library/Formula/curlftpfs.rb6
-rw-r--r--Library/Formula/djmount.rb6
-rw-r--r--Library/Formula/encfs.rb6
-rw-r--r--Library/Formula/ifuse.rb7
-rw-r--r--Library/Formula/ntfs-3g.rb6
-rw-r--r--Library/Formula/s3-backer.rb7
-rw-r--r--Library/Formula/s3fs.rb14
-rw-r--r--Library/Formula/sshfs.rb6
-rw-r--r--Library/Formula/tup.rb6
-rw-r--r--Library/Formula/xmount.rb6
11 files changed, 5 insertions, 71 deletions
diff --git a/Library/Formula/afuse.rb b/Library/Formula/afuse.rb
index 04e85a271..df5441ba1 100644
--- a/Library/Formula/afuse.rb
+++ b/Library/Formula/afuse.rb
@@ -17,10 +17,4 @@ class Afuse < Formula
"--prefix=#{prefix}"
system "make install"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end
diff --git a/Library/Formula/curlftpfs.rb b/Library/Formula/curlftpfs.rb
index 3a1572057..84c08ced8 100644
--- a/Library/Formula/curlftpfs.rb
+++ b/Library/Formula/curlftpfs.rb
@@ -26,10 +26,4 @@ class Curlftpfs < Formula
"--prefix=#{prefix}"
system "make install"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end
diff --git a/Library/Formula/djmount.rb b/Library/Formula/djmount.rb
index 7717583c9..dd2b4f379 100644
--- a/Library/Formula/djmount.rb
+++ b/Library/Formula/djmount.rb
@@ -25,12 +25,6 @@ class Djmount < Formula
system "make"
system "make install"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end
__END__
diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb
index b7076efe5..68fa7241f 100644
--- a/Library/Formula/encfs.rb
+++ b/Library/Formula/encfs.rb
@@ -52,12 +52,6 @@ class Encfs < Formula
system "make"
system "make install"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by 'brew info osxfuse'
- before trying to use a FUSE-based filesystem.
- EOS
- end
end
__END__
diff --git a/Library/Formula/ifuse.rb b/Library/Formula/ifuse.rb
index 737edd616..01f5aa0e7 100644
--- a/Library/Formula/ifuse.rb
+++ b/Library/Formula/ifuse.rb
@@ -25,11 +25,4 @@ class Ifuse < Formula
"--prefix=#{prefix}"
system "make install"
end
-
- def caveats
- <<-EOS.undent
- Make sure to follow the directions given by `brew info fuse4x`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end
diff --git a/Library/Formula/ntfs-3g.rb b/Library/Formula/ntfs-3g.rb
index 9f682a374..94be6460a 100644
--- a/Library/Formula/ntfs-3g.rb
+++ b/Library/Formula/ntfs-3g.rb
@@ -66,12 +66,6 @@ class Ntfs3g < Formula
EOS
end
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end
__END__
diff --git a/Library/Formula/s3-backer.rb b/Library/Formula/s3-backer.rb
index c000973f6..3068f7ad1 100644
--- a/Library/Formula/s3-backer.rb
+++ b/Library/Formula/s3-backer.rb
@@ -13,11 +13,4 @@ class S3Backer < Formula
system "./configure", "--prefix=#{prefix}"
system "make install"
end
-
- def caveats
- <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end
diff --git a/Library/Formula/s3fs.rb b/Library/Formula/s3fs.rb
index 8b93b484c..2d984d257 100644
--- a/Library/Formula/s3fs.rb
+++ b/Library/Formula/s3fs.rb
@@ -16,16 +16,12 @@ class S3fs < Formula
system "make install"
end
- def caveats
- <<-EOS.undent
- Make sure to follow the directions given by `brew info fuse4x-kext`
- before trying to use a FUSE-based filesystem.
+ def caveats; <<-EOS.undent
+ Be aware that s3fs has some caveats concerning S3 "directories"
+ that have been created by other tools. See the following issue for
+ details:
- Also, be aware that s3fs has some caveats concerning S3 "directories"
- that have been created by other tools. See the following issue for
- details:
-
- http://code.google.com/p/s3fs/issues/detail?id=73
+ http://code.google.com/p/s3fs/issues/detail?id=73
EOS
end
end
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb
index cb07fafe9..ad738391e 100644
--- a/Library/Formula/sshfs.rb
+++ b/Library/Formula/sshfs.rb
@@ -44,10 +44,4 @@ class Sshfs < Formula
system "./configure", *args
system "make install"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end
diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb
index 65e2ef741..076b936dd 100644
--- a/Library/Formula/tup.rb
+++ b/Library/Formula/tup.rb
@@ -19,10 +19,4 @@ class Tup < Formula
def test
system "#{bin}/tup", "-v"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before using 'tup' build tool.
- EOS
- end
end
diff --git a/Library/Formula/xmount.rb b/Library/Formula/xmount.rb
index 02327ed23..5b49b0b05 100644
--- a/Library/Formula/xmount.rb
+++ b/Library/Formula/xmount.rb
@@ -22,12 +22,6 @@ class Xmount < Formula
"--prefix=#{prefix}"
system "make", "install"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by 'brew info osxfuse'
- before trying to use a FUSE-based filesystem.
- EOS
- end
end
__END__