From 8da47cda97633de5d561d5b7b758ecba330818a6 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 13 Jun 2013 09:10:34 -0700 Subject: ntfs-3g: remove caveats for replacing the system automounter Closes #20477. --- Library/Formula/ntfs-3g.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ntfs-3g.rb b/Library/Formula/ntfs-3g.rb index 9da58ed4a..d58a482b6 100644 --- a/Library/Formula/ntfs-3g.rb +++ b/Library/Formula/ntfs-3g.rb @@ -68,15 +68,6 @@ class Ntfs3g < Formula def caveats <<-EOS.undent - To replace the default Mac OSX automounter: - sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig - sudo ln -s #{opt_prefix}/sbin/mount_ntfs /sbin/mount_ntfs - - The automount will set the permissions for the current logged in user, - otherwise it will set them for the user that installed ntfs-3g. - The automount support script is based on the information provided at - http://fernandofig.wordpress.com/2011/08/08/ntfs-write-support-on-osx-lion-with-ntfs-3g-f/ - Remember to install the fuse4x kernel extension as the root user. Instructions are found here: brew info fuse4x-kext -- cgit v1.2.3