Fix for Xcode 1.5 using NFS under OSX 10.3.5
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.