• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Fix for Xcode 1.5 using NFS under OSX 10.3.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix for Xcode 1.5 using NFS under OSX 10.3.5


  • Subject: Fix for Xcode 1.5 using NFS under OSX 10.3.5
  • From: Mark Woehrer <email@hidden>
  • Date: Fri, 20 Aug 2004 16:00:40 -0500

Here is my fix for accessing files from a NFS mounted home directory using Xcode 1.5 under OS X 10.3.5.

Simply revert back to the NFS startup script used for OS X 10.3.4.

The script file is named /System/Library/StartupItems/NFS/NFS.

The only difference between the two versions is that the new version dropped the 'var' directory from the mount paths in the "Start the automounter" section:

10.3.4:
automount -m /automount/Servers -fstab -mnt /private/var/automount/Network/Servers \
-m /automount/static -static -mnt /private/var/automount


10.3.5:
automount -m /automount/Servers -fstab -mnt /private/Network/Servers \
-m /automount/static -static -mnt /private/automount

Mark
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: How do I set up a subversion server?
  • Next by Date: Re: bash $PATH variable
  • Previous by thread: Re: Compiling multiple files at the same time
  • Next by thread: Errors and Warnings
  • Index(es):
    • Date
    • Thread