summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-smbnetfs/files/pkg-message.in
blob: e538fe6f2207b3360b6c6bd61247999b0e7026a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{ type: install
  message: <<EOM
===>  Basic Instructions:

After kldload fuse.ko and setting
	# sysctl vfs.usermount=1

you should make .smb directory in your homedir:
	% mkdir ~/.smb

Copy your smb.conf (usually in %%PREFIX%%/etc/) and
%%DOCSDIR%%/smbnetfs.conf to this directory:
	% cp %%PREFIX%%/etc/smb.conf %%DOCSDIR%%/smbnetfs.conf ~/.smb/

Make mountpoint for smb network and mount it:
	% mkdir ~/mountpoint
	% smbnetfs ~/mountpoint

Now you can get access to smb shares in your network, for example:
	% cd ~/mountpoint/ip-addr

XXX Note, use of Gnome keyring was replaced in version 0.6.1 with
XXX libsecret, which this port does not enable by default.
EOM
}
]