blob: fd9493e7c84e60e5debc76e6fce0e15e6245967f (
plain)
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
28
29
|
[
{ type: install
message: <<EOM
filwatcherd configuration files were installed in the following directory:
%%PREFIX%%
Before starting the server or the client you need to perform the
following steps:
1) Copy the appropriate sample configuration file as follows:
cp %%PREFIX%%/etc/watchtab.sample %%PREFIX%%/etc/watchtab
2) Edit filewatcherd's configuration file to suit your needs:
$EDITOR %%PREFIX%%/watchtab
3) Add the following line to your rc.conf:
filewatcherd_enable="YES"
Then you can start filewatcherd by issuing the following command:
service filewatcherd start
EOM
}
]
|