Sergii Stoian wrote: > Hi, Jeff. > > According to the doc (OpenStep UIG) directory is > called /Net. It's not prefix. > It can't be prefix because it's "mount point" for network resources.
On NeXTstep and OPENSTEP there is support for both a /Net directory that is a location for network mount points (it is not a mount point itself), AND /Net* dirs for app/library paths in the default search path. These directories do not, by default, exist. Neither /Net nor /NetApps, /NetLibrary, etc. are created by the installer...but /NetApps and /NetLibrary are searched by the Workspace Manager for apps and services (/Net is not, ever: that would be a Certified Stupid Idea). By the way, there is only one "Admin" directory -- /NextAdmin. /LocalAdmin and /NetAdmin are not searched unless you specifically add them to the path with a dwrite, where /LocalApps and /NetApps are automagically supported (like /LocalLibrary and /NetLibrary). When you mount an NFS share, it (by default) mounts on /Net/hostname/path, creating the deep path if necessary. -- | Jeff Teunissen -=- Pres., Dusk To Dawn Computing -=- deek at d2dc.net | GPG: 1024D/9840105A 7102 808A 7733 C2F3 097B 161B 9222 DAB8 9840 105A | Core developer, The QuakeForge Project http://www.quakeforge.net/ | Specializing in Debian GNU/Linux http://www.d2dc.net/~deek/ _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
