haiku/build/jam
Stephan Aßmus 776796d3af Added "NetFS" OptionalPackage.
You will want to edit /boot/home/config/settings/kernel/netfs-server before you
run netfs_server for the first time (or use netfs_server_prefs on the command
line, see below).

To run the server:
$ /system/servers/netfs_server &

To run the client:
$ /system/servers/authentication_server &
$ mkdir /dummy
$ mount -t userlandfs -p "netfs """ /dummy

A "Network" icon will appear on your desktop. Remote servers will appear inside
the "Network" folder (host name). Inside a folder for a server are the shares
of that server. (I.e. what has been defined as share in that respective server's
netfs-server driver settings file). netfs_server has actually a new settings
file format, you can create settings by using "netfs_server_prefs --help" on the
command line. Have fun!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35172 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-19 18:25:48 +00:00
..
board Board definition file for the Openmoko Neo FreeRunner I just got given by a generous donator. ;) 2009-10-19 20:34:55 +00:00
AlternativeGCCArchive * Use the new Add{Files,Symlink}ToHaikuHybridImage rules in HaikuImage and 2009-05-27 01:12:34 +00:00
BeOSRules Disable catalogs for appearance until someone finds why the en.catkeys doesn't get built. 2009-12-22 11:36:40 +00:00
BuildSetup * gcc 4 features built-ins for atomic operations. If the macro 2010-01-11 21:38:07 +00:00
CDBootImage Rules and targets to build a boot CD iso... use: 2008-03-02 04:38:29 +00:00
CDBootPPCImage Add COFF loader to ppc ISO. 2008-11-11 19:22:16 +00:00
CDRules Preliminary support for building ISO only Haiku CDs. Not working completely 2009-02-15 02:34:32 +00:00
CommandLineArguments * Moved jam argument processing to new build/jam/CommandLineArguments. 2009-02-23 22:33:09 +00:00
ConfigRules * Added JAMFILE to the config variables. 2008-03-30 15:34:30 +00:00
DocumentationRules Replace spaces with tabs. 2008-04-08 15:18:19 +00:00
FileRules Fix the CopySetHaikuRevision1 rule if you're building in a plain git 2009-09-19 20:19:50 +00:00
FloppyBootImage * Prefixed the INCLUDE_GPL_ADDONS variable by "HAIKU_". configure needs to 2009-12-20 13:55:45 +00:00
FreetypeRules updated freetype to 2.2.1, tested ok, please forgive me for possible left issues :) 2006-06-27 11:34:35 +00:00
HaikuCD * Simplify the build of the CD a bit, just reuse the image scripts as those hold 2009-02-15 13:30:42 +00:00
HaikuImage Update the new mail notification add-on's name to match the sentence case changes. Should fix ticket #5257. MDR's account add-on chain format should probably be modified to not be so dependent on the actual name of the add-on as opposed to some alternate UID though. 2010-01-17 19:18:31 +00:00
HeadersRules * reintegrated gsoc-locale-kit branch into trunk - there's more 2009-09-18 22:23:34 +00:00
HelperRules * Build fix of the timezone/keymap move. Sorry! 2009-11-10 14:21:27 +00:00
ImageRules Use the amiga-specific checksum fixing tool when building the Amiga boot floppy image (not usable yet). 2010-01-11 00:17:10 +00:00
KernelRules Added rule SetVersionScript to set the version script for a target and adjusted 2009-05-22 14:51:16 +00:00
MainBuildRules SharedLibrary: The soname of the library can now be set explicitly by setting 2009-12-28 00:06:11 +00:00
MathRules Added rules for performing basic integer arithmetics (+, -, *). The rules 2007-04-06 02:37:12 +00:00
MiscRules * Prefixed the INCLUDE_GPL_ADDONS variable by "HAIKU_". configure needs to 2009-12-20 13:55:45 +00:00
NetBootArchive * Prefixed the INCLUDE_GPL_ADDONS variable by "HAIKU_". configure needs to 2009-12-20 13:55:45 +00:00
OptionalBuildFeatures Updated openssl to 0.9.8l. 2009-11-09 16:45:00 +00:00
OptionalPackageDependencies Added "NetFS" OptionalPackage. 2010-01-19 18:25:48 +00:00
OptionalPackages Added "NetFS" OptionalPackage. 2010-01-19 18:25:48 +00:00
OptionalTestPackages POSIX test suite related changes by Vasilis Kaoutsis: 2008-05-19 23:03:47 +00:00
OverriddenJamRules Added rule SetVersionScript to set the version script for a target and adjusted 2009-05-22 14:51:16 +00:00
PackageRules The Copy rule respects an already set SEARCH path now. 2006-02-06 23:04:01 +00:00
ReleaseBuildProfiles Apply patch by mmadia to increase the image size to 650MB. Ticket #5255. 2010-01-16 01:10:32 +00:00
TestsRules * Made the libbe_test environment basically working under Haiku - to actually 2009-08-19 14:17:13 +00:00
UserBuildConfig.ReadMe * Removed some problematic (OpenSound) entries, those that are already included 2009-07-15 08:17:45 +00:00
UserBuildConfig.sample * Changed directory structure as suggested on the mailing list. 2009-04-03 09:02:44 +00:00