776796d3af
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
20 lines
915 B
Plaintext
20 lines
915 B
Plaintext
# package dependencies
|
|
#
|
|
# For transitive dependencies dependants should be listed before their
|
|
# dependencies.
|
|
|
|
OptionalPackageDependencies Subversion : APR-util Neon LibIconv LibXML2 OpenSSL SQLite ;
|
|
OptionalPackageDependencies APR-util : APR Expat ;
|
|
OptionalPackageDependencies Beam : LibIconv LibLayout OpenSSL PCRE ;
|
|
OptionalPackageDependencies BeHappy : BeBook NetSurf ;
|
|
OptionalPackageDependencies Development : DevelopmentBase Perl ;
|
|
OptionalPackageDependencies DevelopmentBase : CDRecord DevelopmentMin Yasm ;
|
|
OptionalPackageDependencies LibLayout : DevelopmentBase ;
|
|
OptionalPackageDependencies NetSurf : OpenSSL ;
|
|
OptionalPackageDependencies OpenSSH : OpenSSL ;
|
|
OptionalPackageDependencies Python : Bzip ;
|
|
OptionalPackageDependencies Mercurial : Python ;
|
|
OptionalPackageDependencies Git : Expat Curl OpenSSL ;
|
|
OptionalPackageDependencies Curl : OpenSSL ;
|
|
OptionalPackageDependencies NetFS : UserlandFS ;
|